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

add CMakelist and increase the size of the hue selection

parent 5cddaa3c
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,8 @@ set(imageinsa_SOURCES
Operations/NoiseOp.h
Operations/PointOp.cpp
Operations/PointOp.h
Operations/PseudoColorDialog.cpp
Operations/PseudoColorDialog.h
Operations/PseudoColorOp.cpp
Operations/PseudoColorOp.h
Operations/PyramidDialog.cpp
......
......@@ -43,8 +43,8 @@ PseudoColorDialog::PseudoColorDialog(QWidget *parent) :
label->setLayout(hLayout);
_spinBox = new QSpinBox();
_spinBox->setMinimum(0);
_spinBox->setMaximum(255);
_spinBox->setValue(255);
_spinBox->setMaximum(300);
_spinBox->setValue(150);
_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