From 7ca1492138eb1e9f29ce7c67e98f7a8ade123ba6 Mon Sep 17 00:00:00 2001 From: Desmis Date: Mon, 30 Apr 2018 18:19:01 +0200 Subject: [PATCH] another small change to slope limit --- rtgui/icmpanel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/icmpanel.cc b/rtgui/icmpanel.cc index 5768da56c..be6050f6e 100644 --- a/rtgui/icmpanel.cc +++ b/rtgui/icmpanel.cc @@ -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();