summaryrefslogtreecommitdiff
path: root/src/wx/about_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-06 00:12:16 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-06 01:11:28 +0200
commit3ee5431c7e270d7bf706fcf7530a6eb2c78480c3 (patch)
tree6fa4454a82b256265c7b3a8d39a9b57e0342a325 /src/wx/about_dialog.cc
parent4f652387cbeeda9b7b8ace71e047c450acf5c871 (diff)
Fix assorted GTK3-related alignment problems.
Diffstat (limited to 'src/wx/about_dialog.cc')
-rw-r--r--src/wx/about_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc
index b3e68f4d1..ab090c1c8 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -219,7 +219,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
tested_by.Add (wxT ("Wolfgang Woehl"));
add_section (_("Tested by"), tested_by);
- sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());
+ sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16));
overall_sizer->Add (sizer);