Try to extend minimum size of OS X prefs panels to fix #1502.
authorCarl Hetherington <cth@carlh.net>
Tue, 26 Mar 2019 00:14:23 +0000 (00:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 26 Mar 2019 00:14:23 +0000 (00:14 +0000)
src/wx/full_config_dialog.cc

index 9f684a3464bf90e0fa92100dc4bb872d44c0fb83..3d6a11864e1de709e344ee383d4ea38cd74ceaed 100644 (file)
@@ -1585,7 +1585,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 (600, -1);
+       wxSize ps = wxSize (700, -1);
        int const border = 16;
 #else
        wxSize ps = wxSize (-1, -1);