Skip to content

Commit

Permalink
v0.2.1b
Browse files Browse the repository at this point in the history
 * Actually that formatting for the Details view was dumb.
  • Loading branch information
Tally authored Jul 31, 2020
1 parent 462e14e commit fd38cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Views/DetailsViewGameOverview.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
<Grid HorizontalAlignment="Stretch" Margin="20,0,20,0">
<Grid.RowDefinitions>
<RowDefinition Height="{Settings CalculatedGameDetailsIndentation}"/>
<RowDefinition Height="*"/>
<RowDefinition Height="Auto"/>
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<Border Grid.Row="1" HorizontalAlignment="Center"
VerticalAlignment="Bottom" Background="{DynamicResource DetailsPanelBrush}"
VerticalAlignment="Top" Background="{DynamicResource DetailsPanelBrush}"
CornerRadius="{DynamicResource CoverCornerRadius}" Padding="30">
<Grid>
<Border VerticalAlignment="Bottom" HorizontalAlignment="Left"
Expand Down

0 comments on commit fd38cf6

Please sign in to comment.