Skip to content

Commit 1f8eea7

Browse files
committed
Fix Aligns
1 parent 3b99bf9 commit 1f8eea7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Flow.Launcher/CustomQueryHotkeySetting.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676
TextAlignment="Left"
7777
TextWrapping="WrapWithOverflow" />
7878
<Image
79-
Width="470"
79+
Width="478"
8080
Margin="0,20,0,0"
8181
Source="/Images/illustration_01.png" />
8282
</StackPanel>
8383

8484
<StackPanel Margin="0,20,0,0" Orientation="Horizontal">
85-
<Grid Width="470">
85+
<Grid Width="478">
8686
<Grid.RowDefinitions>
8787
<RowDefinition />
8888
<RowDefinition />
@@ -135,6 +135,7 @@
135135
LastChildFill="True">
136136
<Button
137137
x:Name="btnTestActionKeyword"
138+
Margin="0,0,10,0"
138139
Padding="10,5,10,5"
139140
Click="BtnTestActionKeyword_OnClick"
140141
Content="{DynamicResource preview}"

Flow.Launcher/CustomShortcutSetting.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@
7777
TextAlignment="Left"
7878
TextWrapping="WrapWithOverflow" />
7979
<Image
80-
Width="470"
80+
Width="478"
8181
Margin="0,20,0,0"
8282
Source="/Images/illustration_02.png" />
8383
</StackPanel>
8484

8585
<StackPanel Margin="0,10,0,10" Orientation="Horizontal">
86-
<Grid Width="470">
86+
<Grid Width="478">
8787
<Grid.RowDefinitions>
8888
<RowDefinition />
8989
<RowDefinition />

0 commit comments

Comments
 (0)