You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Make the editor's 'CheckButton' icon be smaller
(cherry picked from commit 0c182ce8e8)
This commit is contained in:
committed by
Rémi Verschelde
parent
62256e0b3a
commit
8adfeda6f8
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user