You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Make buttons closer in Inspector panel
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user