1
0
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:
Juan Linietsky
2015-06-24 18:57:14 -03:00
parent b4190ed2b9
commit 29b2e811f6
4 changed files with 5 additions and 2 deletions

View File

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