Increase the minimum difference between the upper and lower thresholds to 10.

Having this at 5 is causing confusion, since the hardware isn't actually designed
to have the thresholds so close together.  This was set to 5 for internal testing,
but it's not actually useful to have them so close together.  The thresholds exist
to prevent ghosting and strobing on the panels, and putting the thresholds very
close together prevents them from doing that.
master
Glenn Maynard 7 years ago
parent eb84ffe29d
commit a1281218bb
  1. 2
      smx-config/MainWindow.xaml

@ -146,7 +146,7 @@ Use if the platform is too sensitive.</clr:String>
/> />
<controls:DoubleSlider x:Name="Slider" <controls:DoubleSlider x:Name="Slider"
Margin="32,5,0,0" Margin="32,5,0,0"
Minimum="20" Maximum="200" MinimumDistance="5" Minimum="20" Maximum="200" MinimumDistance="10"
LowerValue="20" UpperValue="35" LowerValue="20" UpperValue="35"
VerticalAlignment="Top" VerticalAlignment="Top"
Width="240" Width="240"

Loading…
Cancel
Save