summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-12 22:24:04 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-12 22:24:04 +0100
commit251cde8683a8c717dcd5356f5acd2624249ea402 (patch)
treeb1f620eceb7579e6d94dceacad85b5921cb9817a /src
parent12f80dfc3b6ad528903053d44b5810202f9f3227 (diff)
Fix spacing around OK/Cancel in the KDM dialog.
Diffstat (limited to 'src')
-rw-r--r--src/wx/kdm_dialog.cc2
1 files changed, 1 insertions, 1 deletions
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<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);