Fixed various issues

This commit is contained in:
TheXamlGuy
2024-07-18 18:00:01 +01:00
parent 56c7831e6b
commit d35ec27570
8 changed files with 20 additions and 25 deletions
@@ -1,4 +1,4 @@
<ListBoxItem
<ListViewItem
x:Class="Wallet.Avalonia.ItemCategoryNavigationView"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
@@ -25,4 +25,4 @@
VerticalAlignment="Center"
Text="{Binding Name}" />
</Grid>
</ListBoxItem>
</ListViewItem>