Skip to content

Commit da7baa3

Browse files
author
Corvin Szimion
committed
Cleanup of Slider Style and launchSettings
1 parent 6b73f77 commit da7baa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MainDemo.Wpf/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"profiles": {
33
"Demo App": {
44
"commandName": "Project",
5-
"commandLineArgs": "-p Slider -t Inherit -f LeftToRight"
5+
"commandLineArgs": "-p Home -t Inherit -f LeftToRight"
66
}
77
}
88
}

src/MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.Slider.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@
10081008
<Setter Property="Background" Value="{x:Null}" />
10091009
<Setter Property="BorderBrush" Value="Transparent" />
10101010
<Setter Property="Foreground" Value="{DynamicResource MaterialDesign.Brush.Primary}" />
1011-
<Setter Property="IsMoveToPointEnabled" Value="False" />
1011+
<Setter Property="IsMoveToPointEnabled" Value="True" />
10121012
<Setter Property="IsSnapToTickEnabled" Value="True" />
10131013
<Setter Property="Orientation" Value="Vertical" />
10141014
<Setter Property="SnapsToDevicePixels" Value="False" />

0 commit comments

Comments
 (0)