remove column titles in property inspector
This commit is contained in:
parent
1d7337ba10
commit
dd4cd3751b
1 changed files with 1 additions and 3 deletions
|
@ -3090,9 +3090,7 @@ PropertyEditor::PropertyEditor() {
|
||||||
|
|
||||||
capitalize_paths=true;
|
capitalize_paths=true;
|
||||||
autoclear=false;
|
autoclear=false;
|
||||||
tree->set_column_title(0,"Property");
|
tree->set_column_titles_visible(false);
|
||||||
tree->set_column_title(1,"Value");
|
|
||||||
tree->set_column_titles_visible(true);
|
|
||||||
|
|
||||||
keying=false;
|
keying=false;
|
||||||
read_only=false;
|
read_only=false;
|
||||||
|
|
Loading…
Reference in a new issue