small changes to limits gamma and slope
This commit is contained in:
parent
19b7a942af
commit
66cb04ac75
@ -205,8 +205,8 @@ ICMPanel::ICMPanel() : FoldableToolPanel(this, "icm", M("TP_ICM_LABEL")), iuncha
|
|||||||
Gtk::VBox * gammaVBox = Gtk::manage(new Gtk::VBox());
|
Gtk::VBox * gammaVBox = Gtk::manage(new Gtk::VBox());
|
||||||
gammaVBox->set_spacing(2);
|
gammaVBox->set_spacing(2);
|
||||||
|
|
||||||
gamm = Gtk::manage(new Adjuster(M("TP_GAMMAWORK_GAMMA"), 0.40, 6.0, 0.001, 2.4));
|
gamm = Gtk::manage(new Adjuster(M("TP_GAMMAWORK_GAMMA"), 0.40, 8.0, 0.001, 2.4));
|
||||||
slop = Gtk::manage(new Adjuster(M("TP_GAMMAWORK_SLOPE"), 0., 40., 0.01, 12.92));
|
slop = Gtk::manage(new Adjuster(M("TP_GAMMAWORK_SLOPE"), 0., 60., 0.01, 12.92));
|
||||||
wVBox->pack_start(*gamm, Gtk::PACK_SHRINK);
|
wVBox->pack_start(*gamm, Gtk::PACK_SHRINK);
|
||||||
gamm->show();
|
gamm->show();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user