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: checked-for-v2.16.x~195 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=4f990db650628ffbedff28efa8f3afab1fc2cbff 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);