--- a/src/about.cpp
+++ b/src/about.cpp
@@ -40,7 +40,7 @@ void AboutDialog::addControlsAndLayout()
 
 	wxStaticText* app_label = new wxStaticText(this,wxID_ANY,wxT("Open Yahtzee ") wxT(VERSION));
 	app_label->SetFont(wxFont(14, wxDEFAULT, wxNORMAL, wxBOLD, false));
-	title_sizer->Add(app_label, 0, wxALL|wxALIGN_CENTER_VERTICAL|wxADJUST_MINSIZE, 10);
+	title_sizer->Add(app_label, 0, wxALL|wxALIGN_CENTER_VERTICAL, 10);
 
 	wxNotebook* notebook_main = new wxNotebook(this, wxID_ANY);
 	notebookAboutTab(notebook_main);
