misc: replace Path with PathIcon in DataValidationErrors.

This commit is contained in:
Zhang Dian
2025-09-03 22:46:21 +08:00
parent 513bbba154
commit 76a3d4207f

View File

@@ -95,12 +95,10 @@
<ToolTip.Tip> <ToolTip.Tip>
<ItemsControl x:DataType="collections:IEnumerable" ItemsSource="{Binding}" /> <ItemsControl x:DataType="collections:IEnumerable" ItemsSource="{Binding}" />
</ToolTip.Tip> </ToolTip.Tip>
<Path <PathIcon
Width="14" Theme="{StaticResource InnerPathIcon}"
Height="14" Data="{StaticResource SemiIconIssueStroked}"
Data="M14,7 A7,7 0 0,0 0,7 M0,7 A7,7 0 1,0 14,7 M7,3l0,5 M7,9l0,2" Foreground="{DynamicResource DataValidationErrorsForeground}" />
Stroke="{DynamicResource DataValidationErrorsForeground}"
StrokeThickness="2" />
</Panel> </Panel>
</DataTemplate> </DataTemplate>
</Setter> </Setter>