Browse Source

Make buttons closer in Inspector panel

volzhs 8 years ago
parent
commit
79182ced83
1 changed files with 1 additions and 0 deletions
  1. 1 0
      editor/property_editor.cpp

+ 1 - 0
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;