diff options
Diffstat (limited to 'src/gui/okdialog.cpp')
-rw-r--r-- | src/gui/okdialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/okdialog.cpp b/src/gui/okdialog.cpp index 6c0856f3b..e7f0a669e 100644 --- a/src/gui/okdialog.cpp +++ b/src/gui/okdialog.cpp @@ -51,7 +51,6 @@ OkDialog::OkDialog(const std::string &title, const std::string &msg, Button *const okButton = new Button(this, _("OK"), "ok", this); int width = getFont()->getWidth(title); - if (width < mTextBox->getMinWidth()) width = mTextBox->getMinWidth(); if (width < okButton->getWidth()) |