improve:UI
This commit is contained in:
@@ -77,15 +77,9 @@
|
||||
<ikw:SimpleStackPanel Margin="0,0,0,8"
|
||||
MinHeight="28"
|
||||
Orientation="Horizontal"
|
||||
HorizontalAlignment="Left"
|
||||
Spacing="8">
|
||||
<Image Source="{DynamicResource OperatingGuideWindowControlIcon1}"
|
||||
RenderOptions.BitmapScalingMode="HighQuality"
|
||||
Height="20"
|
||||
Width="20"
|
||||
VerticalAlignment="Center" />
|
||||
HorizontalAlignment="Left">
|
||||
<TextBlock FontSize="14"
|
||||
Text=" + Z —— 撤销"
|
||||
Text=" Ctrl + Z —— 撤销"
|
||||
TextWrapping="Wrap"
|
||||
VerticalAlignment="Center"
|
||||
Foreground="{DynamicResource SettingsPageForeground}" />
|
||||
@@ -93,15 +87,9 @@
|
||||
<ikw:SimpleStackPanel Margin="0,0,0,8"
|
||||
MinHeight="28"
|
||||
Orientation="Horizontal"
|
||||
HorizontalAlignment="Left"
|
||||
Spacing="8">
|
||||
<Image Source="{DynamicResource OperatingGuideWindowControlIcon2}"
|
||||
RenderOptions.BitmapScalingMode="HighQuality"
|
||||
Height="20"
|
||||
Width="20"
|
||||
VerticalAlignment="Center" />
|
||||
HorizontalAlignment="Left">
|
||||
<TextBlock FontSize="14"
|
||||
Text=" + Y —— 重做"
|
||||
Text=" Ctrl + Y —— 重做"
|
||||
TextWrapping="Wrap"
|
||||
VerticalAlignment="Center"
|
||||
Foreground="{DynamicResource SettingsPageForeground}" />
|
||||
@@ -109,15 +97,9 @@
|
||||
<ikw:SimpleStackPanel Margin="0,0,0,8"
|
||||
MinHeight="28"
|
||||
Orientation="Horizontal"
|
||||
HorizontalAlignment="Left"
|
||||
Spacing="8">
|
||||
<Image Source="{DynamicResource OperatingGuideWindowControlIcon3}"
|
||||
RenderOptions.BitmapScalingMode="HighQuality"
|
||||
Height="20"
|
||||
Width="20"
|
||||
VerticalAlignment="Center" />
|
||||
HorizontalAlignment="Left">
|
||||
<TextBlock FontSize="14"
|
||||
Text=" + E —— 清屏"
|
||||
Text=" Ctrl + E —— 清屏"
|
||||
TextWrapping="Wrap"
|
||||
VerticalAlignment="Center"
|
||||
Foreground="{DynamicResource SettingsPageForeground}" />
|
||||
|
||||
Reference in New Issue
Block a user