mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 01:59:33 +08:00
fix: 修复界面显示不全的问题
This commit is contained in:
@@ -40,11 +40,13 @@
|
||||
IsChecked="{Binding UseExpedited}"
|
||||
ToolTip="{DynamicResource CheckBoxesNotSaved}" />
|
||||
<CheckBox
|
||||
MaxWidth="155"
|
||||
Margin="10"
|
||||
HorizontalAlignment="Left"
|
||||
Content="{DynamicResource Level3UseShortTime}"
|
||||
IsChecked="{Binding IsLevel3UseShortTime}"
|
||||
ToolTip="{DynamicResource Level3UseShortTimeTip}" />
|
||||
ToolTip="{DynamicResource Level3UseShortTimeTip}">
|
||||
<TextBlock Text="{DynamicResource Level3UseShortTime}" TextWrapping="Wrap" />
|
||||
</CheckBox>
|
||||
</StackPanel>
|
||||
<StackPanel
|
||||
Margin="0,110,0,0"
|
||||
|
||||
Reference in New Issue
Block a user