From 4f990db650628ffbedff28efa8f3afab1fc2cbff Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 4 Nov 2021 12:51:49 +0100 Subject: [PATCH] Make the prefs window a little wider on macOS to (hopefully) fit all the icons in (#2117). --- 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 038a75146..db499f575 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -1645,7 +1645,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 (700, -1); + wxSize ps = wxSize (750, -1); int const border = 16; #else wxSize ps = wxSize (-1, -1); -- 2.30.2