1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Add a way to disable the split view

Also add a parameter as the max height before split
This commit is contained in:
groud
2018-08-13 19:05:31 +02:00
parent ccce161d0e
commit b3f02d0840
4 changed files with 114 additions and 100 deletions

View File

@@ -5395,7 +5395,7 @@ EditorNode::EditorNode() {
}
filesystem_dock = memnew(FileSystemDock(this));
filesystem_dock->set_display_mode(int(EditorSettings::get_singleton()->get("docks/filesystem/display_mode")));
filesystem_dock->set_file_list_display_mode(int(EditorSettings::get_singleton()->get("docks/filesystem/display_mode")));
if (use_single_dock_column) {
dock_slot[DOCK_SLOT_RIGHT_BL]->add_child(filesystem_dock);