1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #14827 from RayKoopa/editor_patchwork

Some Editor UI patchwork
This commit is contained in:
Noshyaar
2017-12-25 08:28:53 +07:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -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"));