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:20:32 +0100
commit4f990db650628ffbedff28efa8f3afab1fc2cbff (patch)
treed5e9bafdf0d08cbceaf9e54c3926e0f8e5fc78d8
parent9aca7c2c63c57674d2d60295c80d6d1565e1d311 (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);