mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
New customizable editor theme
This commit is contained in:
parent
17e8e343fb
commit
bb81293047
248 changed files with 5702 additions and 587 deletions
|
|
@ -2111,7 +2111,7 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) {
|
|||
script_split->set_split_offset(140);
|
||||
|
||||
tab_container = memnew(TabContainer);
|
||||
tab_container->add_style_override("panel", p_editor->get_gui_base()->get_stylebox("EditorBG", "EditorStyles"));
|
||||
tab_container->add_style_override("panel", p_editor->get_gui_base()->get_stylebox("ScriptPanel", "EditorStyles"));
|
||||
tab_container->set_tabs_visible(false);
|
||||
script_split->add_child(tab_container);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue