Fix Aligns

This commit is contained in:
DB p 2022-11-26 14:58:07 +09:00
parent 3b99bf999d
commit 1f8eea76a4
2 changed files with 5 additions and 4 deletions

View file

@ -76,13 +76,13 @@
TextAlignment="Left"
TextWrapping="WrapWithOverflow" />
<Image
Width="470"
Width="478"
Margin="0,20,0,0"
Source="/Images/illustration_01.png" />
</StackPanel>
<StackPanel Margin="0,20,0,0" Orientation="Horizontal">
<Grid Width="470">
<Grid Width="478">
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition />
@ -135,6 +135,7 @@
LastChildFill="True">
<Button
x:Name="btnTestActionKeyword"
Margin="0,0,10,0"
Padding="10,5,10,5"
Click="BtnTestActionKeyword_OnClick"
Content="{DynamicResource preview}"

View file

@ -77,13 +77,13 @@
TextAlignment="Left"
TextWrapping="WrapWithOverflow" />
<Image
Width="470"
Width="478"
Margin="0,20,0,0"
Source="/Images/illustration_02.png" />
</StackPanel>
<StackPanel Margin="0,10,0,10" Orientation="Horizontal">
<Grid Width="470">
<Grid Width="478">
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition />