style: 修改鼠标悬停描述

This commit is contained in:
ABA2396
2022-07-21 15:09:51 +08:00
parent ef753491be
commit 794758c7f0
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
<StackPanel Grid.Column="0" VerticalAlignment="Center" Margin="10">
<CheckBox IsChecked="{Binding RefreshLevel3}" Content="自动刷新3星Tags" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10" />
<CheckBox IsChecked="{Binding UseExpedited}" Content="自动使用加急许可*" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10"
ToolTip="该项不会保存选中情况"/>
ToolTip="该选项设置重启后不保存"/>
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="0, 10">
<TextBlock Style="{StaticResource TextBlockDefault}" Block.TextAlignment="Center"
Text="每次执行时&#xA;最大招募次数" Margin="5" VerticalAlignment="Center" />

View File

@@ -32,7 +32,7 @@
<StackPanel Orientation="Horizontal" Grid.Row="1" VerticalAlignment="Center">
<CheckBox IsChecked="{Binding UseStone}" Content="吃源石*" Margin="10 10 16.5 10"
ToolTip="该项不会保存选中情况"/>
ToolTip="该选项设置重启后不保存"/>
<hc:TextBox Text="{Binding StoneNumber}" TextWrapping="Wrap" Margin="10"
Width="50" InputMethod.IsInputMethodEnabled="False"
TextType="Int"/>
@@ -41,7 +41,7 @@
</StackPanel>
<StackPanel Orientation="Horizontal" Grid.Row="2" VerticalAlignment="Center">
<CheckBox IsChecked="{Binding HasTimesLimited}" Content="指定次数*" Margin="10 10 4.5 10"
ToolTip="该项不会保存选中情况"/>
ToolTip="该选项设置重启后不保存"/>
<hc:TextBox Text="{Binding MaxTimes}" TextWrapping="Wrap" Margin="10"
Width="50" InputMethod.IsInputMethodEnabled="False"
TextType="Int"/>