Skip to content

Commit

Permalink
Improving keyboard support in VariableValueSlider (#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
grochocki authored Jun 3, 2021
1 parent 318fe4b commit 3cc3eaf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
Margin="8,0,8,-6"
VerticalAlignment="Center"
DataContext="{x:Bind}"
SmallChange="{x:Bind Step, Mode=TwoWay}"
StepFrequency="{x:Bind Step, Mode=TwoWay}"
ValueChanged="Slider_ValueChanged"
Value="{x:Bind Value, Mode=TwoWay}"
Expand Down

0 comments on commit 3cc3eaf

Please sign in to comment.