diff options
author | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2018-07-02 16:32:53 -0300 |
---|---|---|
committer | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2018-07-02 16:32:53 -0300 |
commit | 8c37df17acf52dca924eb7e6c3f7852ed74b2808 (patch) | |
tree | 23bc00dd9bc482be71e080a5fc34811229b78ecf /editor/groups_editor.cpp | |
parent | 2dc738ce2733757631a4ccf413a92411c4400246 (diff) |
Makes the group dialog resizable
Diffstat (limited to 'editor/groups_editor.cpp')
-rw-r--r-- | editor/groups_editor.cpp | 1 |
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); |