diff options
author | volzhs <volzhs@gmail.com> | 2017-04-14 00:03:54 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2017-04-14 00:03:54 +0900 |
commit | 79182ced8382471ab3a9d14a5f189f261df8b4c8 (patch) | |
tree | d1245f6b6f2891e084c717311d096c77e524364b /editor/property_editor.cpp | |
parent | 09ed1113fa78d31c72341c2b3550e554e728b1f3 (diff) |
Make buttons closer in Inspector panel
Diffstat (limited to 'editor/property_editor.cpp')
-rw-r--r-- | editor/property_editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/property_editor.cpp b/editor/property_editor.cpp index 86136fa78b..35cd862c3f 100644 --- a/editor/property_editor.cpp +++ b/editor/property_editor.cpp @@ -4389,6 +4389,7 @@ PropertyEditor::PropertyEditor() { capitalize_paths = true; autoclear = false; tree->set_column_titles_visible(false); + tree->add_constant_override("button_margin", 0); keying = false; read_only = false; |