fix: icon shaking.
This commit is contained in:
parent
0d68df3711
commit
30081a1717
@ -32,10 +32,15 @@
|
|||||||
<Setter Property="Foreground" Value="{DynamicResource RefreshVisualizerIconForeground}" />
|
<Setter Property="Foreground" Value="{DynamicResource RefreshVisualizerIconForeground}" />
|
||||||
<Setter Property="Content">
|
<Setter Property="Content">
|
||||||
<Template>
|
<Template>
|
||||||
<PathIcon Name="PART_Icon"
|
<Arc
|
||||||
Data="{DynamicResource RefreshVisualizerIconGlyph}"
|
Name="PART_Icon"
|
||||||
Width="{DynamicResource RefreshVisualizerIconSize}"
|
Width="{DynamicResource RefreshVisualizerIconSize}"
|
||||||
Height="{DynamicResource RefreshVisualizerIconSize}" />
|
Height="{DynamicResource RefreshVisualizerIconSize}"
|
||||||
|
StartAngle="0"
|
||||||
|
Stroke="{DynamicResource RefreshVisualizerIconForeground}"
|
||||||
|
StrokeThickness="3"
|
||||||
|
StrokeLineCap="Round"
|
||||||
|
SweepAngle="270" />
|
||||||
</Template>
|
</Template>
|
||||||
</Setter>
|
</Setter>
|
||||||
<Setter Property="Template">
|
<Setter Property="Template">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user