aboutsummaryrefslogtreecommitdiff
path: root/editor/script_editor_debugger.cpp
diff options
context:
space:
mode:
authorvolzhs2017-04-28 11:01:17 +0900
committervolzhs2017-04-28 11:01:17 +0900
commitbe454ba2d6e0f91aba61dc6ef47bbeca898f1a6a (patch)
tree699eee6aab35309955e571a48701a98665dea34b /editor/script_editor_debugger.cpp
parent5f15f03d38ed712d33f41ceb5bc812acf818a184 (diff)
downloadgodot-be454ba2d6e0f91aba61dc6ef47bbeca898f1a6a.tar.gz
godot-be454ba2d6e0f91aba61dc6ef47bbeca898f1a6a.tar.zst
godot-be454ba2d6e0f91aba61dc6ef47bbeca898f1a6a.zip
Diffstat (limited to 'editor/script_editor_debugger.cpp')
-rw-r--r--editor/script_editor_debugger.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/script_editor_debugger.cpp b/editor/script_editor_debugger.cpp
index 95d05976d..a5cee0c90 100644
--- a/editor/script_editor_debugger.cpp
+++ b/editor/script_editor_debugger.cpp
@@ -1551,6 +1551,9 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) {
editor = p_editor;
tabs = memnew(TabContainer);
+ tabs->add_style_override("panel", editor->get_gui_base()->get_stylebox("EditorPanelDebugger", "EditorStyles"));
+ tabs->add_style_override("tab_fg", editor->get_gui_base()->get_stylebox("EditorTabFGDebugger", "EditorStyles"));
+ tabs->add_style_override("tab_bg", editor->get_gui_base()->get_stylebox("EditorTabBGDebugger", "EditorStyles"));
tabs->set_v_size_flags(SIZE_EXPAND_FILL);
tabs->set_area_as_parent_rect();
add_child(tabs);