aboutsummaryrefslogtreecommitdiff
path: root/editor/property_editor.cpp
diff options
context:
space:
mode:
authorAndreas Haas2017-04-14 17:52:28 +0200
committerGitHub2017-04-14 17:52:28 +0200
commit9b441177295a75137cdc36db8f7638043e9c220f (patch)
treea418691e4ec7af9c94235ad133e51b478439c146 /editor/property_editor.cpp
parent0ffa923bca33a22f59dc5d7203f2e3c3b7655cd7 (diff)
parentdc519bf3bb206c4d1cf5ff9b8cadce0b1f3e45bb (diff)
downloadgodot-9b441177295a75137cdc36db8f7638043e9c220f.tar.gz
godot-9b441177295a75137cdc36db8f7638043e9c220f.tar.zst
godot-9b441177295a75137cdc36db8f7638043e9c220f.zip
Merge pull request #8390 from volzhs/inspector-button-margin-2.1
Make buttons closer in Inspector panel (2.1)
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 17f28e13e..2174ba02f 100644
--- a/editor/property_editor.cpp
+++ b/editor/property_editor.cpp
@@ -3928,6 +3928,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;