mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
oop, forgot to revert 1 thing
This commit is contained in:
parent
e0a52c9279
commit
b0ec51e3b3
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@
|
|||
<Setter Property="Template">
|
||||
<Setter.Value>
|
||||
<ControlTemplate TargetType="Thumb">
|
||||
<Ellipse x:Name="ThumbEllipse" Height="15" Width="15" Fill="#FF338BC1">
|
||||
<Ellipse x:Name="ThumbEllipse" Height="10" Width="10" Fill="#FF338BC1">
|
||||
<Ellipse.Triggers>
|
||||
<EventTrigger RoutedEvent="MouseEnter">
|
||||
<BeginStoryboard>
|
||||
|
|
Loading…
Reference in a new issue