From 6a35581ef83d48a799208081bcf006de895ddfb4 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 1 Feb 2024 01:03:13 +0100 Subject: [PATCH] Add some more space for macOS preferences icons. --- src/wx/full_config_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc index 77f173d7c..4c26d038c 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -1935,7 +1935,7 @@ create_full_config_dialog () the containing window doesn't shrink too much when we select those panels. This is obviously an unpleasant hack. */ - wxSize ps = wxSize (750, -1); + wxSize ps = wxSize(900, -1); int const border = 16; #else wxSize ps = wxSize (-1, -1); -- 2.30.2