Initial editor accessibility.
This commit is contained in:
parent
4310cb82b8
commit
302fa831cc
137 changed files with 1544 additions and 93 deletions
|
|
@ -661,6 +661,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|||
_initial_set("docks/scene_tree/auto_expand_to_selected", true);
|
||||
_initial_set("docks/scene_tree/center_node_on_reparent", false);
|
||||
_initial_set("docks/scene_tree/hide_filtered_out_parents", true);
|
||||
_initial_set("docks/scene_tree/accessibility_warnings", false);
|
||||
|
||||
// FileSystem
|
||||
EDITOR_SETTING(Variant::INT, PROPERTY_HINT_RANGE, "docks/filesystem/thumbnail_size", 64, "32,128,16")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue