diff --git a/editor/property_editor.cpp b/editor/property_editor.cpp index 39ed889e919..b1a73ade280 100644 --- a/editor/property_editor.cpp +++ b/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;