misc: remove redundant property type qualifier.

This commit is contained in:
Zhang Dian
2023-10-10 00:35:53 +08:00
parent 8ca57dc45b
commit 1fa66bd469
32 changed files with 766 additions and 766 deletions

View File

@@ -216,7 +216,7 @@
</ControlTemplate>
</Setter>
<Style Selector="^:checked /template/ PathIcon#ChevronPath">
<Setter Property="PathIcon.RenderTransform" Value="rotate(90deg)" />
<Setter Property="RenderTransform" Value="rotate(90deg)" />
</Style>
</ControlTheme>