Try to extend minimum size of OS X prefs panels to fix #1502.
[dcpomatic.git] / 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);