diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-02-03 01:20:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-02-04 18:43:00 +0100 |
| commit | 5860273b39a34605f2e2ee09810beaa0496d2314 (patch) | |
| tree | 64837cce870c76b2828c9b3aceca20c62b499046 /src | |
| parent | fdbdf4d67b020662043e0b9a76802841c43e723b (diff) | |
Make default Disk Writer window a little narrower.
Diffstat (limited to 'src')
| -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 970411b25..0cc7ccbcd 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -173,7 +173,7 @@ public: _sizer->Add (grid, 1, wxALL | wxEXPAND, DCPOMATIC_DIALOG_BORDER); overall_panel->SetSizer (_sizer); Fit (); - SetSize (1024, GetSize().GetHeight() + 32); + SetSize(768, 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. |
