You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
added a tiny bit more space to docks and script tab
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user