3 columns in the about box looks better (especially on macOS).
authorCarl Hetherington <cth@carlh.net>
Tue, 30 Jan 2024 00:11:31 +0000 (01:11 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 5 Feb 2024 21:13:09 +0000 (22:13 +0100)
src/wx/about_dialog.cc

index 60f96664e7abcbffb6067d2650ae06d583cbedaf..b643eb8235152d975b9f87dfbe94d28e18065fbf 100644 (file)
@@ -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));