You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #8569 from volzhs/editor-theme-1
Fix to use editor theme instead of handling each UI
This commit is contained in:
@@ -2103,7 +2103,6 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) {
|
||||
add_child(menu_hb);
|
||||
|
||||
script_split = memnew(HSplitContainer);
|
||||
script_split->add_constant_override("separation", 8 * EDSCALE);
|
||||
add_child(script_split);
|
||||
script_split->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user