From 18321cac11747acd1718d34f29a076525e6020cc Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 30 Jan 2024 01:11:31 +0100 Subject: [PATCH] 3 columns in the about box looks better (especially on macOS). --- src/wx/about_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.30.2