mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
added a tiny bit more space to docks and script tab
This commit is contained in:
parent
b4190ed2b9
commit
29b2e811f6
4 changed files with 5 additions and 2 deletions
|
@ -1711,7 +1711,8 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) {
|
|||
|
||||
script_list = memnew( ItemList );
|
||||
script_split->add_child(script_list);
|
||||
script_list->set_custom_minimum_size(Size2(140,0));
|
||||
script_list->set_custom_minimum_size(Size2(70,0));
|
||||
script_split->set_split_offset(70);
|
||||
|
||||
tab_container = memnew( TabContainer );
|
||||
tab_container->set_tabs_visible(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue