mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-14 13:16:36 +08:00
misc: replace Path with PathIcon in DataValidationErrors.
This commit is contained in:
@@ -94,12 +94,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>
|
||||||
|
|||||||
Reference in New Issue
Block a user