Basic (untested) ebur128 (#368).
[dcpomatic.git] / src / wx / repeat_dialog.cc
index 574dcd1c0cdab38a4967ee48ca51dd5d96e6ef36..aeaf0420ef16e574a0ace95344f7adfed443a925 100644 (file)
@@ -21,7 +21,7 @@
 #include "wx_util.h"
 
 RepeatDialog::RepeatDialog (wxWindow* parent)
-       : TableDialog (parent, _("Repeat Content"), 3, true)
+       : TableDialog (parent, _("Repeat Content"), 3, 1, true)
 {
        add (_("Repeat"), true);
        _number = add (new wxSpinCtrl (this, wxID_ANY));