فهرست منبع

Makes the group dialog resizable

Guilherme Felipe 7 سال پیش
والد
کامیت
8c37df17ac
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);