diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-19 16:08:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-19 16:08:29 +0100 |
| commit | bd453939da140ea994282e1c167ea5f8d02e2d94 (patch) | |
| tree | 8cdfbacdc9f33f82ab13895a0ed5207fd0bc8fa1 /src/wx/repeat_dialog.cc | |
| parent | 56506a1993f402fe889a650faa3de2e265632498 (diff) | |
Spacing tweaks; rename ImageMagick -> StillImage.
Diffstat (limited to 'src/wx/repeat_dialog.cc')
| -rw-r--r-- | src/wx/repeat_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/repeat_dialog.cc b/src/wx/repeat_dialog.cc index 9eb02ba57..3721c61b9 100644 --- a/src/wx/repeat_dialog.cc +++ b/src/wx/repeat_dialog.cc @@ -28,7 +28,7 @@ RepeatDialog::RepeatDialog (wxWindow* parent) wxFlexGridSizer* table = new wxFlexGridSizer (3, DCPOMATIC_SIZER_X_GAP, DCPOMATIC_SIZER_Y_GAP); table->AddGrowableCol (1, 1); - overall_sizer->Add (table, 1, wxEXPAND | wxALL, 6); + overall_sizer->Add (table, 1, wxEXPAND | wxALL, DCPOMATIC_DIALOG_BORDER); add_label_to_sizer (table, this, _("Repeat"), true); _number = new wxSpinCtrl (this, wxID_ANY); |
