Skip to content

Commit

Permalink
Update extendWidget.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
oneflyingfish authored Jun 19, 2020
1 parent b92f17e commit 410bc74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extendWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ ExtendWidget::ExtendWidget(QWidget *parent): QWidget(parent)
this->savePathKind = SavePath::pivturePath;
this->newFoldKind = NewFold::noFold;

this->iterationsSpinBox->setMaximum(15);
this->iterationsSpinBox->setMaximum(30);
this->iterationsSpinBox->setMinimum(1);
this->iterationsSpinBox->setValue(3);
this->iterationsSpinBox->setValue(10);
this->iterationsLabel->setToolTip(tr("迭代次数越大越耗时,但效果相对会更好"));
}

Expand Down

0 comments on commit 410bc74

Please sign in to comment.