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/find_in_files.cpp | |
parent | 0f369ac2c08872a80d28864c5c5cb47c81ec2c31 (diff) | |
parent | 526e060b7320de63501680549a5b586573e27a01 (diff) |
Merge pull request #40291 from hinlopen/dialog-size
Resize various dialogs
Diffstat (limited to 'editor/find_in_files.cpp')
-rw-r--r-- | editor/find_in_files.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/find_in_files.cpp b/editor/find_in_files.cpp index 53c52b94cc..bd4bb57dcf 100644 --- a/editor/find_in_files.cpp +++ b/editor/find_in_files.cpp @@ -483,7 +483,7 @@ void FindInFilesDialog::_notification(int p_what) { } void FindInFilesDialog::_on_folder_button_pressed() { - _folder_dialog->popup_centered_ratio(); + _folder_dialog->popup_file_dialog(); } void FindInFilesDialog::custom_action(const String &p_action) { |