Skip to content

Commit

Permalink
centered pie chart disk size
Browse files Browse the repository at this point in the history
  • Loading branch information
Yelo420 committed Dec 12, 2023
1 parent 0a0688d commit 1983cf7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions gamevault/UserControls/GameSettingsUserControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,11 @@
<local:IconButton Content="Uninstall Game" Icon="{DynamicResource IconTrash}" Background="Red" Width="142" Height="33" Margin="10,0,0,0" MouseLeftButtonUp="Uninstall_Click"/>
</StackPanel>
<TextBlock Text="Disk Usage" FontSize="15" FontWeight="Bold" TextDecorations="Underline" Margin="0,20,0,0"/>
<lvc:PieChart x:Name="uiDiscUsagePieChart" Width="600" Height="300" InitialRotation="-90" IsClockwise="True" HorizontalAlignment="Left" Margin="0,20,0,0">
</lvc:PieChart>
<TextBlock Text="Total Disk Size" FontSize="15" FontWeight="Bold" Margin="225,0,0,0"/>
<TextBlock x:Name="uiTxtAllInstalledGamesSize" FontSize="15" FontWeight="Bold" Margin="225,0,0,0"/>
<lvc:PieChart x:Name="uiDiscUsagePieChart" Width="600" Height="300" InitialRotation="-90" IsClockwise="True" HorizontalAlignment="Left" Margin="0,20,0,0"/>
<StackPanel Margin="250,0,0,0" HorizontalAlignment="Left">
<TextBlock Text="Total Disk Size" FontSize="15" FontWeight="Bold" />
<TextBlock x:Name="uiTxtAllInstalledGamesSize" FontSize="15" FontWeight="Bold" HorizontalAlignment="Center"/>
</StackPanel>
</StackPanel>
</mah:MetroTabItem>
<mah:MetroTabItem>
Expand Down

0 comments on commit 1983cf7

Please sign in to comment.