mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Limit code editor minimum width, clear Scene node subresource menu before refilling it
This commit is contained in:
parent
1eb1837d0c
commit
69ef89a8bd
2 changed files with 3 additions and 2 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue