diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-12 22:24:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-12 22:24:04 +0100 |
| commit | 251cde8683a8c717dcd5356f5acd2624249ea402 (patch) | |
| tree | b1f620eceb7579e6d94dceacad85b5921cb9817a /src | |
| parent | 12f80dfc3b6ad528903053d44b5810202f9f3227 (diff) | |
Fix spacing around OK/Cancel in the KDM dialog.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/kdm_dialog.cc | 2 |
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); |
