Make the default disk writer window wider.
authorCarl Hetherington <cth@carlh.net>
Wed, 18 Nov 2020 00:46:21 +0000 (01:46 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 18 Nov 2020 00:46:21 +0000 (01:46 +0100)
src/tools/dcpomatic_disk.cc

index 1a3c3d5fe78d4f71f0099aa6b9a1d151850e2ace..d3a28cdc41c917045f64bd5bdbc544bcb5a4b613 100644 (file)
@@ -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.