summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-30 01:11:31 +0100
committerCarl Hetherington <cth@carlh.net>2024-02-05 22:13:09 +0100
commit18321cac11747acd1718d34f29a076525e6020cc (patch)
tree90ee08cf7e418de8b9eebd37a8ace021c50ec220
parent0e913c18035494f19b0869951989d76f73bb910b (diff)
3 columns in the about box looks better (especially on macOS).
-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 60f96664e..b643eb823 100644
--- a/src/wx/about_dialog.cc
+++ b/src/wx/about_dialog.cc
@@ -255,7 +255,7 @@ void
AboutDialog::add_section (wxString name, wxArrayString credits)
{
static auto first = true;
- int const N = 4;
+ int const N = 3;
auto panel = new wxScrolledWindow (_notebook);
panel->SetMaxSize (wxSize (-1, 380));