Merge 1.0 in.
[dcpomatic.git] / src / wx / repeat_dialog.cc
index 9eb02ba578ea1790577a45cd68de9fe500b5587e..3721c61b926ab0d5b369606e54ddb05d99f18fa6 100644 (file)
@@ -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);