1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix control picker in the Theme editor

This commit is contained in:
Yuri Sizov
2021-07-16 21:32:58 +03:00
parent 60add98a4c
commit d82ec336d9
4 changed files with 51 additions and 4 deletions

View File

@@ -3299,7 +3299,7 @@ ThemeEditor::ThemeEditor() {
theme_type_editor = memnew(ThemeTypeEditor);
main_hs->add_child(theme_type_editor);
theme_type_editor->set_custom_minimum_size(Size2(360, 0) * EDSCALE);
theme_type_editor->set_custom_minimum_size(Size2(280, 0) * EDSCALE);
}
void ThemeEditorPlugin::edit(Object *p_node) {