Typo fix.

This commit is contained in:
lhhxxxxx
2022-06-03 21:42:52 +08:00
parent 927620df92
commit 7639a75eb9

View File

@@ -25,7 +25,7 @@
</StackPanel>
</StackPanel>
<StackPanel Grid.Column="1" VerticalAlignment="Center" Margin="10">
<CheckBox IsChecked="{Binding NotChooseLevel1}" Content="手动确认3星" Margin="5" />
<CheckBox IsChecked="{Binding NotChooseLevel1}" Content="手动确认1星" Margin="5" />
<CheckBox IsChecked="{Binding ChooseLevel3}" Content="自动确认3星" Margin="5" />
<CheckBox IsChecked="{Binding ChooseLevel4}" Content="自动确认4星" Margin="5" />
<CheckBox IsChecked="{Binding ChooseLevel5}" Content="自动确认5星" Margin="5" />