summaryrefslogtreecommitdiff
path: root/src/gui/windows/changeemaildialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/changeemaildialog.cpp')
-rw-r--r--src/gui/windows/changeemaildialog.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/windows/changeemaildialog.cpp b/src/gui/windows/changeemaildialog.cpp
index f67a01584..d7dcbacbf 100644
--- a/src/gui/windows/changeemaildialog.cpp
+++ b/src/gui/windows/changeemaildialog.cpp
@@ -166,7 +166,8 @@ void ChangeEmailDialog::action(const ActionEvent &event)
// TRANSLATORS: change email error header
OkDialog *const dlg = new OkDialog(_("Error"),
- errorMsg.str(), DialogType::ERROR);
+ errorMsg.str(), DialogType::ERROR,
+ true, true, nullptr, 260);
dlg->addActionListener(mWrongDataNoticeListener);
}
else