Skip to content

Commit 393c861

Browse files
committed
Adjust Margin
1 parent 9d5a58c commit 393c861

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Flow.Launcher/ActionKeywords.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
Grid.Row="2"
6767
Grid.Column="0"
6868
Grid.ColumnSpan="2"
69-
Margin="26 0 26 18"
69+
Margin="26 0 26 10"
7070
FontSize="14"
7171
Text="{DynamicResource actionkeyword_tips}"
7272
TextAlignment="Left"
@@ -83,7 +83,7 @@
8383
x:Name="tbOldActionKeyword"
8484
Grid.Row="3"
8585
Grid.Column="1"
86-
Margin="10 10 26 10"
86+
Margin="10 10 26 6"
8787
VerticalAlignment="Center"
8888
FontSize="14"
8989
FontWeight="SemiBold"
@@ -94,20 +94,20 @@
9494
<TextBlock
9595
Grid.Row="4"
9696
Grid.Column="0"
97-
Margin="26 0 10 0"
97+
Margin="26 6 10 12"
9898
VerticalAlignment="Center"
9999
FontSize="14"
100100
Text="{DynamicResource newActionKeyword}" />
101101
<TextBox
102102
x:Name="tbAction"
103103
Grid.Row="4"
104104
Grid.Column="1"
105-
Margin="10 10 26 10"
105+
Margin="10 6 26 10"
106106
VerticalAlignment="Center" />
107107

108108
<Border
109109
Grid.Row="5"
110-
Grid.Column="0"
110+
Grid.Column="0" Margin="0 10 0 0"
111111
Grid.ColumnSpan="2"
112112
Background="{DynamicResource PopupButtonAreaBGColor}"
113113
BorderBrush="{DynamicResource PopupButtonAreaBorderColor}"

0 commit comments

Comments
 (0)