Display improvement for top progress bar

This commit is contained in:
Justin Swanson 2019-12-02 22:23:56 -06:00
parent 4d7c9a3733
commit 57da9dc87a
2 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@
x:Name="LargeProgressBar"
Grid.Column="0"
Grid.ColumnSpan="4"
Background="Transparent"
Background="#88121212"
BorderThickness="0"
Maximum="1"
Opacity="{Binding ProgressOpacityPercent, Mode=OneWay, RelativeSource={RelativeSource AncestorType={x:Type UserControl}}}"

View File

@ -38,8 +38,8 @@
</Rectangle.Fill>
</Rectangle>
<local:HeatedBackgroundView
Grid.Row="1"
Grid.RowSpan="2"
Grid.Row="0"
Grid.RowSpan="3"
PercentCompleted="{Binding PercentCompleted}" />
<Grid
x:Name="Slideshow"