文案调整

This commit is contained in:
YukkuriC 2023-09-06 00:03:11 +08:00 committed by ZouJin
parent c3f553d7d1
commit 7dcfa14032

View File

@ -503,7 +503,7 @@
<RowDefinition Height="35" />
<RowDefinition Height="35" />
</Grid.RowDefinitions>
<TextBlock Grid.Row="0" Text="{ll:Str '当前区域:'}"/>
<TextBlock Grid.Row="0" Text="{ll:Str '当前移动区域:'}"/>
<TextBlock x:Name="textMoveArea" Grid.Column="1" Grid.ColumnSpan="2" Text="{ll:Str '主屏幕'}"/>
<Button x:Name="BtnSetMoveArea_Default" Grid.Row="1" Grid.Column="0" Margin="5,5,5,5" Padding="1"
pu:ButtonHelper.CornerRadius="4" Background="{DynamicResource SecondaryLight}"