1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Add option to not expand tree on node select

This commit is contained in:
kobewi
2021-08-09 19:14:06 +02:00
parent 7188cb6012
commit e401cd58f1
5 changed files with 30 additions and 10 deletions

View File

@@ -476,6 +476,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
// SceneTree
_initial_set("docks/scene_tree/start_create_dialog_fully_expanded", false);
_initial_set("docks/scene_tree/auto_expand_to_selected", true);
// FileSystem
_initial_set("docks/filesystem/thumbnail_size", 64);