Quick fix

This commit is contained in:
_Neo_ 2025-12-29 21:05:13 +02:00
parent 2b2159f330
commit 082a2a2051
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
</ListBox.ItemsPanel>
<ListBox.Styles>
<Style Selector="ListBoxItem">
<Setter Property="Margin" Value="0,0,0,0" />
<Setter Property="Margin" Value="0" />
<Setter Property="CornerRadius" Value="5" />
</Style>
<Style Selector="Rectangle#SelectionIndicator">

View file

@ -38,7 +38,7 @@
</ListBox.ItemsPanel>
<ListBox.Styles>
<Style Selector="ListBoxItem">
<Setter Property="Margin" Value="0,0,0,0" />
<Setter Property="Margin" Value="0" />
<Setter Property="CornerRadius" Value="5" />
</Style>
<Style Selector="Rectangle#SelectionIndicator">