feat: upgrade to preview 7

This commit is contained in:
rabbitism
2023-04-25 13:39:19 +08:00
parent fdd488597a
commit faa3d42b62
6 changed files with 17 additions and 9 deletions

View File

@@ -32,7 +32,7 @@
Grid.Row="0"
Grid.Column="1"
MinWidth="200"
Items="{Binding Types}"
ItemsSource="{Binding Types}"
SelectedItem="{Binding SelectedType}" />
<Label
Grid.Row="1"