aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.cpp
diff options
context:
space:
mode:
authorDana Olson2015-02-28 03:28:26 -0500
committerDana Olson2015-02-28 03:28:26 -0500
commitdd4cd3751bb26d796b8127782bf488f293dcbc70 (patch)
tree6d7819bc34a781f14b69351794206a73d729434a /tools/editor/property_editor.cpp
parent1d7337ba10ad593f0786d3e356cf0b05aa9be2b4 (diff)
downloadgodot-dd4cd3751bb26d796b8127782bf488f293dcbc70.tar.gz
godot-dd4cd3751bb26d796b8127782bf488f293dcbc70.tar.zst
godot-dd4cd3751bb26d796b8127782bf488f293dcbc70.zip
remove column titles in property inspector
Diffstat (limited to 'tools/editor/property_editor.cpp')
-rw-r--r--tools/editor/property_editor.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/editor/property_editor.cpp b/tools/editor/property_editor.cpp
index a60068309..24a940bd9 100644
--- a/tools/editor/property_editor.cpp
+++ b/tools/editor/property_editor.cpp
@@ -3090,9 +3090,7 @@ PropertyEditor::PropertyEditor() {
capitalize_paths=true;
autoclear=false;
- tree->set_column_title(0,"Property");
- tree->set_column_title(1,"Value");
- tree->set_column_titles_visible(true);
+ tree->set_column_titles_visible(false);
keying=false;
read_only=false;