Added margin to WrapPanel
This commit is contained in:
parent
9b127b6968
commit
dd2f0297e7
|
@ -15,7 +15,7 @@
|
|||
<RowDefinition Height="Auto" />
|
||||
</Grid.RowDefinitions>
|
||||
<TextBlock Grid.Row="0" Text="COMPANY NAME" FontSize="20" FontWeight="Bold" HorizontalAlignment="Center" Margin="0,5" />
|
||||
<WrapPanel Grid.Row="1" HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||
<WrapPanel Grid.Row="1" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="20,5">
|
||||
<WrapPanel.Resources>
|
||||
<Style TargetType="Button">
|
||||
<Setter Property="Width" Value="200" />
|
||||
|
|
Loading…
Reference in New Issue