소스 검색

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