+ unlimit the value for occurrences

This commit is contained in:
wmayer
2015-10-04 10:32:58 +02:00
parent 7548e4cb30
commit 964932e3df
3 changed files with 3 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ void TaskScaledParameters::setupUI()
// ---------------------
ui->spinFactor->bind(pcScaled->Factor);
ui->spinOccurrences->setMaximum(INT_MAX);
ui->spinOccurrences->bind(pcScaled->Occurrences);
ui->spinFactor->setEnabled(true);
ui->spinOccurrences->setEnabled(true);