You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
520 B

--- 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);