Browse Source

Makes the group dialog resizable

Guilherme Felipe 7 years ago
parent
commit
8c37df17ac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      editor/groups_editor.cpp

+ 1 - 0
editor/groups_editor.cpp

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