summaryrefslogtreecommitdiffstats
path: root/newmoviewizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'newmoviewizard.cpp')
-rw-r--r--newmoviewizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoviewizard.cpp b/newmoviewizard.cpp
index a1ab2f3..0fe0bae 100644
--- a/newmoviewizard.cpp
+++ b/newmoviewizard.cpp
@@ -300,7 +300,7 @@ void MovieInfoPage::setupGui(){
QLabel *l3 = new QLabel(tr("&Series no."));
mSeriesNo = new QSpinBox;
l3->setBuddy(mSeriesNo);
- mSeriesNo->setMinimum(1);
+ mSeriesNo->setMinimum(0);
numberLayout->addWidget(l3);
numberLayout->addWidget(mSeriesNo);
QLabel *l5 = new QLabel(tr("&Quality"));