Merge pull request #19920 from guilhermefelipecgs/group_dialog_resizable
Makes the group dialog resizable
This commit is contained in:
commit
af4d7c4f6d
1 changed files with 1 additions and 0 deletions
|
@ -444,6 +444,7 @@ GroupDialog::GroupDialog() {
|
|||
set_title("Group Editor");
|
||||
get_cancel()->hide();
|
||||
set_as_toplevel(true);
|
||||
set_resizable(true);
|
||||
|
||||
error = memnew(ConfirmationDialog);
|
||||
add_child(error);
|
||||
|
|
Loading…
Reference in a new issue