Skip to content

Commit

Permalink
Details View: Fix theme not allowing to use Playnite Vertical spacing…
Browse files Browse the repository at this point in the history
… setting
  • Loading branch information
darklinkpower committed May 11, 2022
1 parent 2ce5ab4 commit fd84bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Views/DetailsViewGameOverview.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

<Grid HorizontalAlignment="Stretch" Margin="20,0,20,0">
<Grid.RowDefinitions>
<RowDefinition Height="{Settings CalculatedGameDetailsIndentation}" MaxHeight="5"/>
<RowDefinition Height="{Settings CalculatedGameDetailsIndentation}" />
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
Expand Down

0 comments on commit fd84bac

Please sign in to comment.