Adjust Margin

This commit is contained in:
DB P 2025-06-11 15:26:15 +09:00
parent 9d5a58c395
commit 393c861660

View file

@ -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}"