You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
Makes the group dialog resizable
This commit is contained in:
@@ -444,6 +444,7 @@ GroupDialog::GroupDialog() {
|
|||||||
set_title("Group Editor");
|
set_title("Group Editor");
|
||||||
get_cancel()->hide();
|
get_cancel()->hide();
|
||||||
set_as_toplevel(true);
|
set_as_toplevel(true);
|
||||||
|
set_resizable(true);
|
||||||
|
|
||||||
error = memnew(ConfirmationDialog);
|
error = memnew(ConfirmationDialog);
|
||||||
add_child(error);
|
add_child(error);
|
||||||
|
|||||||
Reference in New Issue
Block a user