diff options
| author | Ray Koopa | 2017-12-19 16:07:50 +0100 |
|---|---|---|
| committer | Ray Koopa | 2017-12-19 18:29:01 +0100 |
| commit | 69ef89a8bd3806bb9aace761f65e162ac54b1c0d (patch) | |
| tree | 0d2b98256fcc21cc2709c29311d7f647ef646b93 /editor/plugins/script_editor_plugin.cpp | |
| parent | 1eb1837d0cf95c2c12d8ec51127e222f6f4888c5 (diff) | |
| download | godot-69ef89a8bd3806bb9aace761f65e162ac54b1c0d.tar.gz godot-69ef89a8bd3806bb9aace761f65e162ac54b1c0d.tar.zst godot-69ef89a8bd3806bb9aace761f65e162ac54b1c0d.zip | |
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 591e6dac5..eb7ec83aa 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -2613,8 +2613,8 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) { tab_container = memnew(TabContainer); tab_container->set_tabs_visible(false); + tab_container->set_custom_minimum_size(Size2(200 * EDSCALE, 0)); script_split->add_child(tab_container); - tab_container->set_h_size_flags(SIZE_EXPAND_FILL); ED_SHORTCUT("script_editor/window_sort", TTR("Sort")); |
