Skip to content
Snippets Groups Projects
Commit a77b1411 authored by Provot Bertrand's avatar Provot Bertrand
Browse files

set back to 300 pseudo color max value

parent 58f43154
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ PseudoColorDialog::PseudoColorDialog(QWidget *parent) :
label->setLayout(hLayout);
_spinBox = new QSpinBox();
_spinBox->setMinimum(0);
_spinBox->setMaximum(255);
_spinBox->setMaximum(300);
_spinBox->setValue(255);
_spinBox->setLayout(hLayout);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment