Skip to content

Commit

Permalink
decrease volume slider step size
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvdb88 committed Jun 13, 2020
1 parent fd42ff9 commit 451f10d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Views/SnapControl/VolumeControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Slider
x:Name="slVolume"
AutoToolTipPlacement="TopLeft"
LargeChange="5"
LargeChange="2"
HorizontalAlignment="Center"
Height="146" Margin="12,8,10,0"
VerticalAlignment="Top"
Expand All @@ -22,12 +22,9 @@
Controls:SliderHelper.EnableMouseWheel="MouseHover"
ValueChanged="slVolume_ValueChanged"
Interval="500"
SmallChange="0.5"
PreviewMouseDown="slVolume_PreviewMouseDown"
Style="{DynamicResource MahApps.Metro.Styles.Slider.Win10}"
PreviewMouseUp="slVolume_PreviewMouseUp">

</Slider>
PreviewMouseUp="slVolume_PreviewMouseUp"/>
<iconPacks:PackIconBoxIcons
x:Name="imgSound"
Kind="RegularVolume"
Expand Down

0 comments on commit 451f10d

Please sign in to comment.