Merge branch 'main' into v2.17.x
[dcpomatic.git] / src / wx / full_config_dialog.cc
index c24871f39203279c23f3d4ac28206034af3aa65a..66dbae63e0f2640500e39cb0fbc41c50a1bd1489 100644 (file)
@@ -1938,7 +1938,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 (750, -1);
+       wxSize ps = wxSize(900, -1);
        int const border = 16;
 #else
        wxSize ps = wxSize (-1, -1);