diff options
| author | Rémi Verschelde | 2017-09-26 00:11:46 +0200 |
|---|---|---|
| committer | GitHub | 2017-09-26 00:11:46 +0200 |
| commit | f577efd47ed2f0aa801155756e4ba5d5ea2d5f2b (patch) | |
| tree | 05544efa89a521e0061f9ca82b57ccc69e0f5371 /editor/script_editor_debugger.cpp | |
| parent | e9e1753c3cf96015893d4d138d6f085995f00035 (diff) | |
| parent | 05bb8e0c106686f2ed5a9aad0f76ecc64fa5faa0 (diff) | |
| download | godot-f577efd47ed2f0aa801155756e4ba5d5ea2d5f2b.tar.gz godot-f577efd47ed2f0aa801155756e4ba5d5ea2d5f2b.tar.zst godot-f577efd47ed2f0aa801155756e4ba5d5ea2d5f2b.zip | |
Diffstat (limited to 'editor/script_editor_debugger.cpp')
| -rw-r--r-- | editor/script_editor_debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/script_editor_debugger.cpp b/editor/script_editor_debugger.cpp index d71bc1838..8d3eb5974 100644 --- a/editor/script_editor_debugger.cpp +++ b/editor/script_editor_debugger.cpp @@ -1622,7 +1622,7 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) { tabs->add_style_override("panel", editor->get_gui_base()->get_stylebox("DebuggerPanel", "EditorStyles")); tabs->add_style_override("tab_fg", editor->get_gui_base()->get_stylebox("DebuggerTabFG", "EditorStyles")); tabs->add_style_override("tab_bg", editor->get_gui_base()->get_stylebox("DebuggerTabBG", "EditorStyles")); - tabs->set_area_as_parent_rect(); + tabs->set_anchors_and_margins_preset(Control::PRESET_WIDE); add_child(tabs); { //debugger |
