summaryrefslogtreecommitdiff
path: root/src/wx/repeat_dialog.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-19 16:08:29 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-19 16:08:29 +0100
commitbd453939da140ea994282e1c167ea5f8d02e2d94 (patch)
tree8cdfbacdc9f33f82ab13895a0ed5207fd0bc8fa1 /src/wx/repeat_dialog.cc
parent56506a1993f402fe889a650faa3de2e265632498 (diff)
Spacing tweaks; rename ImageMagick -> StillImage.
Diffstat (limited to 'src/wx/repeat_dialog.cc')
-rw-r--r--src/wx/repeat_dialog.cc2
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);