Browse Source

Increased padding to align with "by status" screen

Kenric Nugteren 1 year ago
parent
commit
2985d31181
1 changed files with 1 additions and 2 deletions
  1. 1 2
      prs.desktop/Panels/Tasks/TasksByUserControl.xaml

+ 1 - 2
prs.desktop/Panels/Tasks/TasksByUserControl.xaml

@@ -124,8 +124,7 @@
                     BorderBrush="Gray"
                     CornerRadius="5,5,0,0"
                     Grid.Row="0"
-                    Height="30"
-                    Padding="2">
+                    Padding="5">
                     <DockPanel>
                         <Label DockPanel.Dock="Left" Content="Search" Margin="5,0,0,0" />
                         <Button DockPanel.Dock="Right" x:Name="Export" Padding="10,0" Margin="5,0,0,0" Content="Export"