diff options
Diffstat (limited to 'src/gui/windows/changepassworddialog.cpp')
-rw-r--r-- | src/gui/windows/changepassworddialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/changepassworddialog.cpp b/src/gui/windows/changepassworddialog.cpp index 24f8055f6..3fae963ed 100644 --- a/src/gui/windows/changepassworddialog.cpp +++ b/src/gui/windows/changepassworddialog.cpp @@ -157,7 +157,7 @@ void ChangePasswordDialog::action(const ActionEvent &event) _("OK"), DialogType::ERROR, Modal_true, - true, + ShowCenter_true, nullptr, 260); dlg->addActionListener(mWrongDataNoticeListener); |