From: Carl Hetherington Date: Thu, 4 Nov 2021 11:51:49 +0000 (+0100) Subject: Make the prefs window a little wider on macOS to (hopefully) fit all the icons in... X-Git-Tag: v2.15.172~2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8fe1cc5b89408c8aaba79e04cc4d0c271931b099;p=dcpomatic.git Make the prefs window a little wider on macOS to (hopefully) fit all the icons in (#2117). --- diff --git a/src/wx/full_config_dialog.cc b/src/wx/full_config_dialog.cc index 038a75146..db499f575 100644 --- a/src/wx/full_config_dialog.cc +++ b/src/wx/full_config_dialog.cc @@ -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);