summaryrefslogtreecommitdiff
path: root/editor/property_editor.cpp
diff options
context:
space:
mode:
authorAndreas Haas <Hinsbart@users.noreply.github.com>2017-04-14 17:52:18 +0200
committerGitHub <noreply@github.com>2017-04-14 17:52:18 +0200
commit065261ccebd44fb5f8ed9d816d6a165b8c762565 (patch)
tree2cf24ccd7011e4d0399d4824d88aa4f12b978424 /editor/property_editor.cpp
parent1a8f94edd413bb6777657c96d8945c8bab9f9fdb (diff)
parent79182ced8382471ab3a9d14a5f189f261df8b4c8 (diff)
Merge pull request #8389 from volzhs/inspector-button-margin-master
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 77de27a651..1cc58f6dcf 100644
--- a/editor/property_editor.cpp
+++ b/editor/property_editor.cpp
@@ -4397,6 +4397,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;