You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix control picker in the Theme editor
This commit is contained in:
@@ -3074,7 +3074,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) {
|
||||
|
||||
Reference in New Issue
Block a user