Merge pull request #3338 from godotengine/kubecz3k-patch-1
Ability to hide panel with scripts
This commit is contained in:
commit
d4a2409334
1 changed files with 1 additions and 1 deletions
|
@ -2331,7 +2331,7 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) {
|
|||
|
||||
script_list = memnew( ItemList );
|
||||
script_split->add_child(script_list);
|
||||
script_list->set_custom_minimum_size(Size2(70,0));
|
||||
script_list->set_custom_minimum_size(Size2(0,0));
|
||||
script_split->set_split_offset(70);
|
||||
|
||||
tab_container = memnew( TabContainer );
|
||||
|
|
Loading…
Reference in a new issue