Make the prefs window a little wider on macOS to (hopefully) fit all the icons in...
authorCarl Hetherington <cth@carlh.net>
Thu, 4 Nov 2021 11:51:49 +0000 (12:51 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 4 Nov 2021 17:20:32 +0000 (18:20 +0100)
src/wx/full_config_dialog.cc

index 038a7514686c0ae0975723c18a3bbd7faac76fc2..db499f575118b0294f1db6079a4222f7cf9fe3fc 100644 (file)
@@ -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);