summaryrefslogtreecommitdiff
path: root/src/tools/dcpomatic_disk.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-03 22:39:03 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-03 22:39:03 +0200
commit2360b99255c8c87e568e5318a0fc27d50adf253b (patch)
treeb4bb47d31eda6c73eab4bee7ade8c1646bb9c6bb /src/tools/dcpomatic_disk.cc
parented2e01b1fa3db602a3f98312581e6ebac47dac15 (diff)
Hack some window sizes for Fedora (#3055).
Diffstat (limited to 'src/tools/dcpomatic_disk.cc')
-rw-r--r--src/tools/dcpomatic_disk.cc2
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.