Skip to content

Commit

Permalink
Merge pull request #171 from KairuByte/patch-1
Browse files Browse the repository at this point in the history
"PLAY TIME" to "PLAYTIME" and "Ø" to "AVG."
  • Loading branch information
Yelo420 authored Jul 28, 2023
2 parents 27d3c2a + 074c402 commit 2064ae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gamevault/UserControls/GameViewUserControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
<ComboBox Margin="0,0,0,0" Width="230" VerticalAlignment="Top" SelectedItem="{Binding Path=Progress.State}" ItemsSource="{Binding States}" SelectionChanged="State_SelectionChanged"/>
<Grid Margin="0,60,0,0">
<StackPanel HorizontalAlignment="Left">
<TextBlock Text="PLAY TIME" FontWeight="Bold" FontSize="10" />
<TextBlock Text="PLAYTIME" FontWeight="Bold" FontSize="10" />
<TextBlock Text="{Binding Path=Progress.MinutesPlayed,Converter={StaticResource timeConv}}" FontSize="8" HorizontalAlignment="Center"/>
</StackPanel>
<StackPanel HorizontalAlignment="Center" Margin="-9,0,0,0">
Expand All @@ -290,7 +290,7 @@
</TextBlock>
</StackPanel>
<StackPanel HorizontalAlignment="Right">
<TextBlock Text="Ø PLAY TIME" FontWeight="Bold" FontSize="10"/>
<TextBlock Text="AVG. PLAYTIME" FontWeight="Bold" FontSize="10"/>
<TextBlock Text="{Binding Path=Game.AveragePlaytime,Converter={StaticResource timeConv}}" FontSize="8" HorizontalAlignment="Center"/>
</StackPanel>
</Grid>
Expand Down

0 comments on commit 2064ae0

Please # to comment.