From 402fa9a3577975e9cf9728c815da1b17796fe325 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 18 Nov 2020 01:46:21 +0100 Subject: [PATCH] Make the default disk writer window wider. --- src/tools/dcpomatic_disk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2