瀏覽代碼

remove column titles in property inspector

Dana Olson 10 年之前
父節點
當前提交
dd4cd3751b
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      tools/editor/property_editor.cpp

+ 1 - 3
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;