Merge pull request #8389 from volzhs/inspector-button-margin-master
Make buttons closer in Inspector panel
This commit is contained in:
commit
065261cceb
1 changed files with 1 additions and 0 deletions
|
@ -4397,6 +4397,7 @@ PropertyEditor::PropertyEditor() {
|
||||||
capitalize_paths = true;
|
capitalize_paths = true;
|
||||||
autoclear = false;
|
autoclear = false;
|
||||||
tree->set_column_titles_visible(false);
|
tree->set_column_titles_visible(false);
|
||||||
|
tree->add_constant_override("button_margin", 0);
|
||||||
|
|
||||||
keying = false;
|
keying = false;
|
||||||
read_only = false;
|
read_only = false;
|
||||||
|
|
Loading…
Reference in a new issue