Makes the group dialog resizable

This commit is contained in:
Guilherme Felipe 2018-07-02 16:32:53 -03:00
parent 2dc738ce27
commit 8c37df17ac
1 changed files with 1 additions and 0 deletions

View File

@ -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);