mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
11 lines
520 B
Diff
11 lines
520 B
Diff
--- 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);
|