summaryrefslogtreecommitdiff
path: root/editor/property_editor.cpp
diff options
context:
space:
mode:
authorvolzhs <volzhs@gmail.com>2017-04-14 00:03:54 +0900
committervolzhs <volzhs@gmail.com>2017-04-14 00:03:54 +0900
commit79182ced8382471ab3a9d14a5f189f261df8b4c8 (patch)
treed1245f6b6f2891e084c717311d096c77e524364b /editor/property_editor.cpp
parent09ed1113fa78d31c72341c2b3550e554e728b1f3 (diff)
Make buttons closer in Inspector panel
Diffstat (limited to 'editor/property_editor.cpp')
-rw-r--r--editor/property_editor.cpp1
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;