From: Carl Hetherington Date: Wed, 10 Sep 2014 21:19:54 +0000 (+0100) Subject: Try to fix over-shrinky config dialog on OS X. X-Git-Tag: v2.0.48~561^2~24 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=9642a2a4e7fdd8a44d229667abafbacdb1e059bf;p=dcpomatic.git Try to fix over-shrinky config dialog on OS X. --- diff --git a/src/wx/config_dialog.cc b/src/wx/config_dialog.cc index bd812cec1..404e5ba17 100644 --- a/src/wx/config_dialog.cc +++ b/src/wx/config_dialog.cc @@ -893,7 +893,7 @@ create_config_dialog () the containing window doesn't shrink too much when we select those panels. This is obviously an unpleasant hack. */ - wxSize ps = wxSize (480, -1); + wxSize ps = wxSize (520, -1); int const border = 16; #else wxSize ps = wxSize (-1, -1);