mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Make buttons closer in Inspector panel
This commit is contained in:
parent
8df5b7151f
commit
dc519bf3bb
1 changed files with 1 additions and 0 deletions
|
|
@ -3920,6 +3920,7 @@ PropertyEditor::PropertyEditor() {
|
||||||
capitalize_paths = true;
|
capitalize_paths = true;
|
||||||
autoclear = false;
|
autoclear = false;
|
||||||
tree->set_column_titles_visible(false);
|
tree->set_column_titles_visible(false);
|
||||||
|
tree->add_constant_override("button_margin", 0);
|
||||||
|
|
||||||
keying = false;
|
keying = false;
|
||||||
read_only = false;
|
read_only = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue