1
0
Fork 0

Make the slope parameter range wider

This commit is contained in:
Robbert van der Helm 2022-07-23 00:03:56 +02:00
parent f58e278c85
commit 7db5da7930

View file

@ -179,8 +179,8 @@ impl ThresholdParams {
"Threshold Slope", "Threshold Slope",
0.0, 0.0,
FloatRange::Linear { FloatRange::Linear {
min: -24.0, min: -36.0,
max: 24.0, max: 36.0,
}, },
) )
.with_callback(set_update_both_thresholds.clone()) .with_callback(set_update_both_thresholds.clone())