소스 검색

Merge pull request #8390 from volzhs/inspector-button-margin-2.1

Make buttons closer in Inspector panel (2.1)
Andreas Haas 8 년 전
부모
커밋
9b44117729
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      editor/property_editor.cpp

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