diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-18 01:46:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-18 01:46:21 +0100 |
| commit | 402fa9a3577975e9cf9728c815da1b17796fe325 (patch) | |
| tree | b650a93b31500aca1de6c9a7a7c007530e244f37 | |
| parent | 4cd30bd539217ecf1c3e0bf75550974e648bb23b (diff) | |
Make the default disk writer window wider.
| -rw-r--r-- | src/tools/dcpomatic_disk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
