- tweak: SVG think

This commit is contained in:
2025-01-18 18:20:11 +03:00
parent c549e449fe
commit 2e3e50e7af
43 changed files with 57 additions and 85 deletions

View File

@@ -52,10 +52,9 @@
<ListBox.ItemTemplate>
<DataTemplate DataType="{x:Type models:ListItemTemplate}">
<StackPanel Orientation="Horizontal" Spacing="17">
<PathIcon
Data="{Binding IconKey, Converter={x:Static converters:TypeConverters.IconConverter}}"
Height="40"
Width="40" />
<Svg Path="{Binding IconKey, Converter={x:Static converters:TypeConverters.IconConverter}}"
Height="40"
Width="40"/>
<TextBlock Text="{Binding Label}" VerticalAlignment="Center" />
</StackPanel>
</DataTemplate>