summaryrefslogtreecommitdiffstats
path: root/editor/plugins/gpu_particles_2d_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-07-15 12:13:33 +0200
committerGitHub <noreply@github.com>2020-07-15 12:13:33 +0200
commit6497a3fb50802d2a56f5d6a586a66da0f887dc04 (patch)
tree3cae8d4fa8f1cf255ead18aafcbb9e304f09f92e /editor/plugins/gpu_particles_2d_editor_plugin.cpp
parent0f369ac2c08872a80d28864c5c5cb47c81ec2c31 (diff)
parent526e060b7320de63501680549a5b586573e27a01 (diff)
downloadredot-engine-6497a3fb50802d2a56f5d6a586a66da0f887dc04.tar.gz
Merge pull request #40291 from hinlopen/dialog-size
Resize various dialogs
Diffstat (limited to 'editor/plugins/gpu_particles_2d_editor_plugin.cpp')
-rw-r--r--editor/plugins/gpu_particles_2d_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/gpu_particles_2d_editor_plugin.cpp b/editor/plugins/gpu_particles_2d_editor_plugin.cpp
index 01420dac3e..d27df1d063 100644
--- a/editor/plugins/gpu_particles_2d_editor_plugin.cpp
+++ b/editor/plugins/gpu_particles_2d_editor_plugin.cpp
@@ -69,7 +69,7 @@ void GPUParticles2DEditorPlugin::_menu_callback(int p_idx) {
generate_visibility_rect->popup_centered();
} break;
case MENU_LOAD_EMISSION_MASK: {
- file->popup_centered_ratio();
+ file->popup_file_dialog();
} break;
case MENU_CLEAR_EMISSION_MASK: {