diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-03 22:39:03 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-03 22:39:03 +0200 |
| commit | 2360b99255c8c87e568e5318a0fc27d50adf253b (patch) | |
| tree | b4bb47d31eda6c73eab4bee7ade8c1646bb9c6bb /src/tools/dcpomatic_disk.cc | |
| parent | ed2e01b1fa3db602a3f98312581e6ebac47dac15 (diff) | |
Hack some window sizes for Fedora (#3055).
Diffstat (limited to 'src/tools/dcpomatic_disk.cc')
| -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 be527eaab..56b30590f 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -174,7 +174,7 @@ public: _sizer->Add (grid, 1, wxALL | wxEXPAND, DCPOMATIC_DIALOG_BORDER); overall_panel->SetSizer (_sizer); Fit (); - SetSize(768, GetSize().GetHeight() + 32); + SetSize(768, GetSize().GetHeight() + 96); /* 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. |
