From 251cde8683a8c717dcd5356f5acd2624249ea402 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 12 Jul 2015 22:24:04 +0100 Subject: [PATCH] Fix spacing around OK/Cancel in the KDM dialog. --- src/wx/kdm_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index aed7bc3d2..3dd1c2029 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -195,7 +195,7 @@ KDMDialog::KDMDialog (wxWindow* parent, boost::shared_ptr 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); -- 2.30.2