You've already forked godot
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user