mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
style: 优化界面
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="150" />
|
||||
<ColumnDefinition Width="270" />
|
||||
<ColumnDefinition Width="80" />
|
||||
<ColumnDefinition Width="150" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition />
|
||||
@@ -95,12 +95,11 @@
|
||||
|
||||
<CheckBox
|
||||
Grid.Row="4"
|
||||
Grid.ColumnSpan="4"
|
||||
Margin="50,0,0,0"
|
||||
Grid.ColumnSpan="3"
|
||||
VerticalAlignment="Center"
|
||||
IsChecked="{Binding RetryOnDisconnected}"
|
||||
Content="{DynamicResource RetryOnDisconnected}"
|
||||
ToolTip="{DynamicResource RetryOnDisconnectedTip}"
|
||||
HorizontalAlignment="Left" />
|
||||
HorizontalAlignment="Center" />
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user