From: Carl Hetherington Date: Wed, 18 Nov 2020 00:46:21 +0000 (+0100) Subject: Make the default disk writer window wider. X-Git-Tag: v2.15.108~45 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=402fa9a3577975e9cf9728c815da1b17796fe325;p=dcpomatic.git Make the default disk writer window wider. --- diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc index 1a3c3d5fe..d3a28cdc4 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -129,7 +129,7 @@ public: _sizer->Add (grid, 1, wxALL | wxEXPAND, DCPOMATIC_DIALOG_BORDER); overall_panel->SetSizer (_sizer); Fit (); - SetSize (768, GetSize().GetHeight() + 32); + SetSize (1024, GetSize().GetHeight() + 32); /* XXX: this is a hack, but I expect we'll need logs and I'm not sure if there's * a better place to put them.