summaryrefslogtreecommitdiff
path: root/games-board/openyahtzee/files/openyahtzee-1.9.3-wx32.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/openyahtzee/files/openyahtzee-1.9.3-wx32.patch')
-rw-r--r--games-board/openyahtzee/files/openyahtzee-1.9.3-wx32.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-board/openyahtzee/files/openyahtzee-1.9.3-wx32.patch b/games-board/openyahtzee/files/openyahtzee-1.9.3-wx32.patch
new file mode 100644
index 000000000000..0ac1d300bd0b
--- /dev/null
+++ b/games-board/openyahtzee/files/openyahtzee-1.9.3-wx32.patch
@@ -0,0 +1,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);