diff options
| author | Noshyaar | 2017-12-25 08:28:53 +0700 |
|---|---|---|
| committer | GitHub | 2017-12-25 08:28:53 +0700 |
| commit | b6c798a06294a1dfc4c2b782ff6a9cd774d9b05a (patch) | |
| tree | 010c60dd50c3d10991254d2db7aeb7817542908a /editor/plugins/script_editor_plugin.cpp | |
| parent | 3f193af893247ca2682998ca0d07c5f14948eca1 (diff) | |
| parent | 69ef89a8bd3806bb9aace761f65e162ac54b1c0d (diff) | |
| download | godot-b6c798a06294a1dfc4c2b782ff6a9cd774d9b05a.tar.gz godot-b6c798a06294a1dfc4c2b782ff6a9cd774d9b05a.tar.zst godot-b6c798a06294a1dfc4c2b782ff6a9cd774d9b05a.zip | |
Merge pull request #14827 from RayKoopa/editor_patchwork
Some Editor UI patchwork
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 e6a540002..c1c75656c 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -2582,8 +2582,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")); |
