Преглед на файлове

Merge pull request #1453 from adolson/remove-inspector-headings

remove column titles in property inspector
Rémi Verschelde преди 9 години
родител
ревизия
9cafd47ed8
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      tools/editor/property_editor.cpp

+ 1 - 3
tools/editor/property_editor.cpp

@@ -3701,9 +3701,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;