Ver código fonte

Make buttons closer in Inspector panel

volzhs 8 anos atrás
pai
commit
dc519bf3bb
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      editor/property_editor.cpp

+ 1 - 0
editor/property_editor.cpp

@@ -3920,6 +3920,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;