Skip to content

Commit

Permalink
Update 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Deytron committed May 24, 2020
1 parent 06b3cd9 commit 28cae64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Views/DetailsViewGameOverview.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<RowDefinition Height="63*"/>
<RowDefinition Height="61*"/>
</Grid.RowDefinitions>
<DockPanel HorizontalAlignment="Stretch" Margin="15,260,0,0" MaxWidth="1920" Grid.Row="1" Grid.RowSpan="2">
<DockPanel HorizontalAlignment="Stretch" Margin="15,260,0,0" Grid.Row="1" Grid.RowSpan="2">
<StackPanel VerticalAlignment="Bottom" DockPanel.Dock="Left">
<DockPanel>
<Canvas>
Expand Down Expand Up @@ -77,7 +77,7 @@
</Grid>
</StackPanel>
</DockPanel>
<DockPanel HorizontalAlignment="Stretch" MaxWidth="1920" Grid.Row="3" Grid.RowSpan="2" Width="Auto">
<DockPanel HorizontalAlignment="Stretch" Grid.Row="3" Grid.RowSpan="2" Width="Auto">
<StackPanel DockPanel.Dock="Left" Margin="15,0,0,0">
<Grid Background="#34000000">
<Grid.ColumnDefinitions>
Expand Down Expand Up @@ -171,7 +171,7 @@
</ItemsControl.ItemContainerStyle>
</ItemsControl>
</Grid>
<HtmlTextView x:Name="PART_HtmlDescription" Margin="0,0,0,0" HtmlFontSize="{DynamicResource FontSize}" HtmlFontFamily="{DynamicResource FontFamily}" HtmlForeground="#898989" LinkForeground="{DynamicResource GlyphColor}"
<HtmlTextView x:Name="PART_HtmlDescription" HtmlFontSize="{DynamicResource FontSize}" HtmlFontFamily="{DynamicResource FontFamily}" HtmlForeground="#898989" LinkForeground="{DynamicResource GlyphColor}"
Height="540"/>
</StackPanel>
</DockPanel>
Expand Down
2 changes: 1 addition & 1 deletion theme.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Name: SteamNite High-Res
Author: Le Malgache
Version: 2.3
Version: 2.3.1
ThemeApiVersion: 1.4.1

0 comments on commit 28cae64

Please sign in to comment.