diff options
| author | Juan Linietsky | 2015-11-13 20:56:44 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-11-13 20:56:44 -0300 |
| commit | 8420c24f7f35cdd7adbc7d4595cb1756020ab127 (patch) | |
| tree | d7d0bf1e59c92d1f743b4600266335eca8549f66 /tools/editor/property_editor.cpp | |
| parent | 1d7e9c4ba52250db3b0b0fd732e44074252045d2 (diff) | |
| download | godot-8420c24f7f35cdd7adbc7d4595cb1756020ab127.tar.gz godot-8420c24f7f35cdd7adbc7d4595cb1756020ab127.tar.zst godot-8420c24f7f35cdd7adbc7d4595cb1756020ab127.zip | |
-better integration of ndee's theme
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/property_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/property_editor.cpp b/tools/editor/property_editor.cpp index 549a3f7ff..d6eae51fb 100644 --- a/tools/editor/property_editor.cpp +++ b/tools/editor/property_editor.cpp @@ -3514,6 +3514,7 @@ PropertyEditor::PropertyEditor() { tree->connect("button_pressed", this,"_edit_button"); custom_editor->connect("variant_changed", this,"_custom_editor_edited"); custom_editor->connect("resource_edit_request", this,"_resource_edit_request",make_binds(),CONNECT_DEFERRED); + tree->set_hide_folding(true); capitalize_paths=true; autoclear=false; |
