summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-11-04 12:51:49 +0100
committerCarl Hetherington <cth@carlh.net>2021-11-04 18:21:14 +0100
commit8fe1cc5b89408c8aaba79e04cc4d0c271931b099 (patch)
treec54570fe51975d025151a0ce53925c0fb3336a75
parent175e882d1d9d56e759ad613ce678cad70d13f8ed (diff)
Make the prefs window a little wider on macOS to (hopefully) fit all the icons in (#2117).
-rw-r--r--src/wx/full_config_dialog.cc2
1 files changed, 1 insertions, 1 deletions
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);