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/plugins/animation_state_machine_editor.cpp | |
| parent | 0f369ac2c08872a80d28864c5c5cb47c81ec2c31 (diff) | |
| parent | 526e060b7320de63501680549a5b586573e27a01 (diff) | |
| download | redot-engine-6497a3fb50802d2a56f5d6a586a66da0f887dc04.tar.gz | |
Merge pull request #40291 from hinlopen/dialog-size
Resize various dialogs
Diffstat (limited to 'editor/plugins/animation_state_machine_editor.cpp')
| -rw-r--r-- | editor/plugins/animation_state_machine_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_state_machine_editor.cpp b/editor/plugins/animation_state_machine_editor.cpp index 0970608853..26006d85c9 100644 --- a/editor/plugins/animation_state_machine_editor.cpp +++ b/editor/plugins/animation_state_machine_editor.cpp @@ -406,7 +406,7 @@ void AnimationNodeStateMachineEditor::_add_menu_type(int p_index) { for (List<String>::Element *E = filters.front(); E; E = E->next()) { open_file->add_filter("*." + E->get()); } - open_file->popup_centered_ratio(); + open_file->popup_file_dialog(); return; } else if (p_index == MENU_LOAD_FILE_CONFIRM) { node = file_loaded; |
