another small change to gamma2 igamma2

This commit is contained in:
Desmis
2018-04-05 07:56:22 +02:00
parent 6561636ee0
commit 7926e01f49
3 changed files with 11 additions and 5 deletions

View File

@@ -251,7 +251,7 @@ ICMPanel::ICMPanel () : FoldableToolPanel(this, "icm", M("TP_ICM_LABEL")), iunch
}
gampos->show();
slpos = Gtk::manage(new Adjuster (M("TP_GAMMA_SLOP"), 0, 15, 0.01, 4.5));
slpos = Gtk::manage(new Adjuster (M("TP_GAMMA_SLOP"), 0, 15, 0.00001, 4.5));
slpos->setAdjusterListener (this);
if (slpos->delay < options.adjusterMaxDelay) {