summaryrefslogtreecommitdiff
path: root/games-board/openyahtzee/files/openyahtzee-1.9.3-wx32.patch
blob: 0ac1d300bd0b7f60269b1dd3d925c141d6976334 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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);