summaryrefslogtreecommitdiffstats
path: root/tools/editor/property_editor.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-11-13 20:56:44 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-11-13 20:56:44 -0300
commit8420c24f7f35cdd7adbc7d4595cb1756020ab127 (patch)
treed7d0bf1e59c92d1f743b4600266335eca8549f66 /tools/editor/property_editor.cpp
parent1d7e9c4ba52250db3b0b0fd732e44074252045d2 (diff)
downloadredot-engine-8420c24f7f35cdd7adbc7d4595cb1756020ab127.tar.gz
-better integration of ndee's theme
Diffstat (limited to 'tools/editor/property_editor.cpp')
-rw-r--r--tools/editor/property_editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/property_editor.cpp b/tools/editor/property_editor.cpp
index 549a3f7ffb..d6eae51fbd 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;