Skip to content

Commit

Permalink
Grid View: Increase padding for details
Browse files Browse the repository at this point in the history
  • Loading branch information
darklinkpower committed Aug 7, 2021
1 parent 530499e commit d5a3145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Views/GridViewGameOverview.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type GridViewGameOverview}">
<Border Padding="10,0,5,0" BorderBrush="{DynamicResource PanelSeparatorBrush}"
<Border Padding="10,0,5,10" BorderBrush="{DynamicResource PanelSeparatorBrush}"
d:DataContext="{x:Static DesignMainViewModel.DesignSelectedGameDetailsIntance}">
<Border.Style>
<Style TargetType="Border">
Expand All @@ -24,7 +24,7 @@
</Style.Triggers>
</Style>
</Border.Style>
<DockPanel Margin="0,0,0,10">
<DockPanel>
<!--#region TextBlock property sources-->
<TextBlock Name="LogoPath" Tag="{DynamicResource ExtraMetadataPath}" Foreground="White" Visibility="Collapsed">
<TextBlock.Style>
Expand Down

0 comments on commit d5a3145

Please sign in to comment.