Added margin to WrapPanel

This commit is contained in:
SuperBrain 2020-07-16 19:33:20 +02:00
parent 9b127b6968
commit dd2f0297e7
1 changed files with 1 additions and 1 deletions

View File

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