1
0
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:
Michael Alexsander
2020-08-14 02:32:58 -03:00
committed by Rémi Verschelde
parent 62256e0b3a
commit 8adfeda6f8
3 changed files with 2 additions and 7 deletions

View File

@@ -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"));