diff options
author | volzhs <volzhs@gmail.com> | 2017-05-03 05:13:12 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2017-05-09 17:46:54 +0900 |
commit | bb8129304791e8cde23694168b9e121b71161e96 (patch) | |
tree | 2f1d71c3c14a615ecb6b669d388ca8e5012ed5c6 /editor/plugins/script_editor_plugin.cpp | |
parent | 17e8e343fb900c3b308b3a6cb8611a16b476e71e (diff) |
New customizable editor theme
Diffstat (limited to 'editor/plugins/script_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/script_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index d233ae6a24..a7d727d9b4 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -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); |