|
4 | 4 | xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
5 | 5 | xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
6 | 6 | xmlns:local="clr-namespace:Flow.Launcher.Resources.Pages"
|
7 |
| - xmlns:ui="http://schemas.modernwpf.com/2019" |
8 | 7 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
| 8 | + xmlns:ui="http://schemas.modernwpf.com/2019" |
9 | 9 | Title="WelcomePage3"
|
10 | 10 | mc:Ignorable="d">
|
11 | 11 | <Page.Resources>
|
12 | 12 | <Style x:Key="KbdLine" TargetType="Border">
|
13 | 13 | <Setter Property="CornerRadius" Value="8" />
|
14 |
| - <Setter Property="Margin" Value="0,4,0,4" /> |
| 14 | + <Setter Property="Margin" Value="0,3,0,3" /> |
15 | 15 | <Setter Property="Background" Value="{DynamicResource Color01B}" />
|
16 | 16 | </Style>
|
17 | 17 | <Style x:Key="Kbd" TargetType="Border">
|
|
60 | 60 | VerticalScrollBarVisibility="Auto">
|
61 | 61 | <Grid>
|
62 | 62 | <StackPanel Margin="24,20,24,20">
|
63 |
| - <StackPanel Margin="0,0,0,20"> |
| 63 | + <StackPanel Margin="0,0,0,10"> |
64 | 64 | <TextBlock
|
65 | 65 | FontSize="20"
|
66 | 66 | FontWeight="SemiBold"
|
|
155 | 155 | </StackPanel>
|
156 | 156 | </Border>
|
157 | 157 |
|
| 158 | + <Border Style="{DynamicResource KbdLine}"> |
| 159 | + <StackPanel Orientation="Horizontal"> |
| 160 | + <StackPanel |
| 161 | + Width="210" |
| 162 | + Margin="20,5,4,5" |
| 163 | + VerticalAlignment="Center" |
| 164 | + Orientation="Horizontal"> |
| 165 | + <Border Margin="0,0,5,0" Style="{DynamicResource Kbd}"> |
| 166 | + <TextBlock Style="{DynamicResource KbdText}" Text="Tab" /> |
| 167 | + </Border> |
| 168 | + </StackPanel> |
| 169 | + <StackPanel VerticalAlignment="Center"> |
| 170 | + <TextBlock |
| 171 | + VerticalAlignment="Center" |
| 172 | + FontSize="13" |
| 173 | + Text="{DynamicResource HotkeyTabDesc}" /> |
| 174 | + </StackPanel> |
| 175 | + </StackPanel> |
| 176 | + </Border> |
| 177 | + |
158 | 178 | <Border Style="{DynamicResource KbdLine}">
|
159 | 179 | <StackPanel Orientation="Horizontal">
|
160 | 180 | <StackPanel
|
|
0 commit comments