From dd4cd3751bb26d796b8127782bf488f293dcbc70 Mon Sep 17 00:00:00 2001 From: Dana Olson Date: Sat, 28 Feb 2015 03:28:26 -0500 Subject: remove column titles in property inspector --- tools/editor/property_editor.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/editor/property_editor.cpp b/tools/editor/property_editor.cpp index a600683097..24a940bd96 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; -- cgit v1.2.3