mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Margin
This commit is contained in:
parent
9d5a58c395
commit
393c861660
1 changed files with 5 additions and 5 deletions
|
|
@ -66,7 +66,7 @@
|
|||
Grid.Row="2"
|
||||
Grid.Column="0"
|
||||
Grid.ColumnSpan="2"
|
||||
Margin="26 0 26 18"
|
||||
Margin="26 0 26 10"
|
||||
FontSize="14"
|
||||
Text="{DynamicResource actionkeyword_tips}"
|
||||
TextAlignment="Left"
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
x:Name="tbOldActionKeyword"
|
||||
Grid.Row="3"
|
||||
Grid.Column="1"
|
||||
Margin="10 10 26 10"
|
||||
Margin="10 10 26 6"
|
||||
VerticalAlignment="Center"
|
||||
FontSize="14"
|
||||
FontWeight="SemiBold"
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
<TextBlock
|
||||
Grid.Row="4"
|
||||
Grid.Column="0"
|
||||
Margin="26 0 10 0"
|
||||
Margin="26 6 10 12"
|
||||
VerticalAlignment="Center"
|
||||
FontSize="14"
|
||||
Text="{DynamicResource newActionKeyword}" />
|
||||
|
|
@ -102,12 +102,12 @@
|
|||
x:Name="tbAction"
|
||||
Grid.Row="4"
|
||||
Grid.Column="1"
|
||||
Margin="10 10 26 10"
|
||||
Margin="10 6 26 10"
|
||||
VerticalAlignment="Center" />
|
||||
|
||||
<Border
|
||||
Grid.Row="5"
|
||||
Grid.Column="0"
|
||||
Grid.Column="0" Margin="0 10 0 0"
|
||||
Grid.ColumnSpan="2"
|
||||
Background="{DynamicResource PopupButtonAreaBGColor}"
|
||||
BorderBrush="{DynamicResource PopupButtonAreaBorderColor}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue