Browse Source

Revert "Fix issue when switching between FileSystem and other editor docks"

Juan Linietsky 9 years ago
parent
commit
3668bdc93e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/editor/scenes_dock.cpp

+ 1 - 0
tools/editor/scenes_dock.cpp

@@ -1702,6 +1702,7 @@ ScenesDock::ScenesDock(EditorNode *p_editor) {
 
 	tree->set_hide_root(true);
 	split_box->add_child(tree);
+	tree->set_custom_minimum_size(Size2(0,200)*EDSCALE);
 	tree->set_drag_forwarding(this);