diff options
Diffstat (limited to 'src/gui/okdialog.h')
-rw-r--r-- | src/gui/okdialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/okdialog.h b/src/gui/okdialog.h index be6d73c49..7c03b8a93 100644 --- a/src/gui/okdialog.h +++ b/src/gui/okdialog.h @@ -53,7 +53,8 @@ class OkDialog final : public Window, public gcn::ActionListener */ OkDialog(const std::string &title, const std::string &msg, const int soundEvent = DIALOG_OK, const bool modal = true, - const bool showCenter = true, Window *const parent = nullptr); + const bool showCenter = true, Window *const parent = nullptr, + const int minWidth = 260); A_DELETE_COPY(OkDialog) |