Make default Disk Writer window a little narrower.
authorCarl Hetherington <cth@carlh.net>
Sat, 3 Feb 2024 00:20:08 +0000 (01:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 4 Feb 2024 17:43:00 +0000 (18:43 +0100)
src/tools/dcpomatic_disk.cc

index 970411b2530808be1d9c9c83bd0f414b250eb975..0cc7ccbcd0961b1f8b1b2db2564431ecffb8399e 100644 (file)
@@ -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.