From 79182ced8382471ab3a9d14a5f189f261df8b4c8 Mon Sep 17 00:00:00 2001 From: volzhs Date: Fri, 14 Apr 2017 00:03:54 +0900 Subject: Make buttons closer in Inspector panel --- editor/property_editor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/property_editor.cpp') 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; -- cgit v1.2.3