瀏覽代碼

Merge pull request #19920 from guilhermefelipecgs/group_dialog_resizable

Makes the group dialog resizable
Max Hilbrunner 7 年之前
父節點
當前提交
af4d7c4f6d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);