From: Carl Hetherington Date: Tue, 30 Jan 2024 00:11:31 +0000 (+0100) Subject: 3 columns in the about box looks better (especially on macOS). X-Git-Tag: v2.16.75~7 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=18321cac11747acd1718d34f29a076525e6020cc;p=dcpomatic.git 3 columns in the about box looks better (especially on macOS). --- 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));