diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-07-15 12:13:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-15 12:13:33 +0200 |
commit | 6497a3fb50802d2a56f5d6a586a66da0f887dc04 (patch) | |
tree | 3cae8d4fa8f1cf255ead18aafcbb9e304f09f92e /editor/editor_file_dialog.h | |
parent | 0f369ac2c08872a80d28864c5c5cb47c81ec2c31 (diff) | |
parent | 526e060b7320de63501680549a5b586573e27a01 (diff) |
Merge pull request #40291 from hinlopen/dialog-size
Resize various dialogs
Diffstat (limited to 'editor/editor_file_dialog.h')
-rw-r--r-- | editor/editor_file_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_file_dialog.h b/editor/editor_file_dialog.h index 40906ab42b..df5b41ae1d 100644 --- a/editor/editor_file_dialog.h +++ b/editor/editor_file_dialog.h @@ -203,6 +203,7 @@ protected: static void _bind_methods(); //bind helpers public: + void popup_file_dialog(); void clear_filters(); void add_filter(const String &p_filter); |