Browse Source

Improve margin in import shortcut template

CPKreuz 3 years ago
parent
commit
3506de0df1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      PixiEditor/Views/Dialogs/ImportShortcutTemplatePopup.xaml

+ 2 - 2
PixiEditor/Views/Dialogs/ImportShortcutTemplatePopup.xaml

@@ -30,10 +30,10 @@
         <diag:DialogTitleBar DockPanel.Dock="Top"
         <diag:DialogTitleBar DockPanel.Dock="Top"
                              TitleText="Import from template" CloseCommand="{x:Static SystemCommands.CloseWindowCommand}"/>
                              TitleText="Import from template" CloseCommand="{x:Static SystemCommands.CloseWindowCommand}"/>
         <ItemsControl Grid.Row="1" ItemsSource="{Binding Templates, ElementName=window}"
         <ItemsControl Grid.Row="1" ItemsSource="{Binding Templates, ElementName=window}"
-                      Margin="10">
+                      Margin="10,10,10,5">
             <ItemsControl.ItemTemplate>
             <ItemsControl.ItemTemplate>
                 <DataTemplate>
                 <DataTemplate>
-                    <Grid Margin="0,5">
+                    <Grid Margin="0,5,0,0">
                         <Grid.ColumnDefinitions>
                         <Grid.ColumnDefinitions>
                             <ColumnDefinition Width="*"/>
                             <ColumnDefinition Width="*"/>
                             <ColumnDefinition Width="Auto"/>
                             <ColumnDefinition Width="Auto"/>