Fix spacing around OK/Cancel in the KDM dialog.
authorCarl Hetherington <cth@carlh.net>
Sun, 12 Jul 2015 21:24:04 +0000 (22:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 12 Jul 2015 21:24:04 +0000 (22:24 +0100)
src/wx/kdm_dialog.cc

index aed7bc3d2de2c81cb560453ef45a92f8b03eac4e..3dd1c2029bafcb9d0cbd86263b48ce6bf9e518c2 100644 (file)
@@ -195,7 +195,7 @@ KDMDialog::KDMDialog (wxWindow* parent, boost::shared_ptr<const Film> film)
 
        wxSizer* buttons = CreateSeparatedButtonSizer (wxOK | wxCANCEL);
        if (buttons) {
-               overall_sizer->Add (buttons, 0, wxEXPAND | wxTOP, DCPOMATIC_SIZER_Y_GAP);
+               overall_sizer->Add (buttons, 0, wxEXPAND | wxALL, DCPOMATIC_SIZER_Y_GAP);
        }
 
        _write_to->SetValue (true);