summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorGuilherme Felipe <guilhermefelipecgs@gmail.com>2018-07-02 16:32:53 -0300
committerGuilherme Felipe <guilhermefelipecgs@gmail.com>2018-07-02 16:32:53 -0300
commit8c37df17acf52dca924eb7e6c3f7852ed74b2808 (patch)
tree23bc00dd9bc482be71e080a5fc34811229b78ecf /editor
parent2dc738ce2733757631a4ccf413a92411c4400246 (diff)
Makes the group dialog resizable
Diffstat (limited to 'editor')
-rw-r--r--editor/groups_editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/groups_editor.cpp b/editor/groups_editor.cpp
index e42f9780a6..2bfd2eb5c3 100644
--- a/editor/groups_editor.cpp
+++ b/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);