Make the editor's 'CheckButton' icon be smaller
(cherry picked from commit 0c182ce8e8
)
This commit is contained in:
parent
62256e0b3a
commit
8adfeda6f8
3 changed files with 2 additions and 7 deletions
|
@ -464,11 +464,6 @@ ConnectDialog::ConnectDialog() {
|
|||
advanced->set_text(TTR("Advanced"));
|
||||
advanced->connect("pressed", this, "_advanced_pressed");
|
||||
|
||||
// Add spacing so the tree and inspector are the same size.
|
||||
Control *spacing = memnew(Control);
|
||||
spacing->set_custom_minimum_size(Size2(0, 4) * EDSCALE);
|
||||
vbc_right->add_child(spacing);
|
||||
|
||||
deferred = memnew(CheckBox);
|
||||
deferred->set_h_size_flags(0);
|
||||
deferred->set_text(TTR("Deferred"));
|
||||
|
|
|
@ -1 +1 @@
|
|||
<svg height="26" viewBox="0 0 42 25.999998" width="42" xmlns="http://www.w3.org/2000/svg"><g fill="#e0e0e0"><rect fill-opacity=".188235" height="16" rx="9" stroke-width="55.8958" width="38" x="2" y="5"/><circle cx="10" cy="13" r="5" stroke-width="97.3613"/></g></svg>
|
||||
<svg height="16" viewBox="0 0 38 15.999999" width="38" xmlns="http://www.w3.org/2000/svg"><g fill="#e0e0e0"><rect fill-opacity=".188235" height="14" rx="7" stroke-width="55.8958" width="36" x="1" y="1"/><circle cx="8" cy="8" r="5" stroke-width="97.3613"/></g></svg>
|
||||
|
|
Before Width: | Height: | Size: 268 B After Width: | Height: | Size: 266 B |
|
@ -1 +1 @@
|
|||
<svg height="26" viewBox="0 0 42 25.999998" width="42" xmlns="http://www.w3.org/2000/svg"><path d="m11 5c-4.986 0-9 3.568-9 8s4.014 8 9 8h20c4.986 0 9-3.568 9-8s-4.014-8-9-8zm21 3a5 5 0 0 1 5 5 5 5 0 0 1 -5 5 5 5 0 0 1 -5-5 5 5 0 0 1 5-5z" fill="#e0e0e0" stroke-width="55.8958"/></svg>
|
||||
<svg height="16" viewBox="0 0 38 15.999999" width="38" xmlns="http://www.w3.org/2000/svg"><path d="m8 1c-3.878 0-7 3.122-7 7s3.122 7 7 7h22c3.878 0 7-3.122 7-7s-3.122-7-7-7zm22 2a5 5 0 0 1 5 5 5 5 0 0 1 -5 5 5 5 0 0 1 -5-5 5 5 0 0 1 5-5z" fill="#e0e0e0" stroke-width="55.8958"/></svg>
|
||||
|
|
Before Width: | Height: | Size: 286 B After Width: | Height: | Size: 285 B |
Loading…
Reference in a new issue