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

@@ -19,7 +19,7 @@
<Setter Property="MinHeight" Value="20" />
</Style>
<Style Selector="^:error:focus /template/ Border#PART_ContentPresenterBorder">
<Setter Property="Border.BorderBrush" Value="Transparent" />
<Setter Property="BorderBrush" Value="Transparent" />
</Style>
<Style Selector="^ /template/ DataValidationErrors">
<Setter Property="Theme" Value="{DynamicResource TooltipDataValidationErrors}" />
@@ -369,7 +369,7 @@
</ControlTemplate>
</Setter>
<Style Selector="^:checked /template/ PathIcon">
<Setter Property="PathIcon.RenderTransform" Value="rotate(90deg)" />
<Setter Property="RenderTransform" Value="rotate(90deg)" />
</Style>
</ControlTheme>