another small change to slope limit

This commit is contained in:
Desmis 2018-04-30 18:19:01 +02:00
parent 2bfc41fd03
commit 7ca1492138

View File

@ -206,7 +206,7 @@ ICMPanel::ICMPanel() : FoldableToolPanel(this, "icm", M("TP_ICM_LABEL")), iuncha
gammaVBox->set_spacing(2);
gamm = Gtk::manage(new Adjuster(M("TP_GAMMAWORK_GAMMA"), 0.40, 10.0, 0.001, 2.4));
slop = Gtk::manage(new Adjuster(M("TP_GAMMAWORK_SLOPE"), 0., 80., 0.01, 12.92));
slop = Gtk::manage(new Adjuster(M("TP_GAMMAWORK_SLOPE"), 0., 100., 0.01, 12.92));
wVBox->pack_start(*gamm, Gtk::PACK_SHRINK);
gamm->show();