Added a gradient to the splash screen background

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti 2012-08-25 13:31:58 -04:00
parent fc6b2a7f54
commit d032a49c3c

View file

@ -8,9 +8,13 @@
ShowInTaskbar="True"
ResizeMode="NoResize"
WindowStartupLocation="CenterScreen"
WindowState="Normal"
Background="Black">
WindowState="Normal">
<Window.Background>
<RadialGradientBrush>
<GradientStop Color="Black" Offset="1"/>
<GradientStop Color="#333333"/>
</RadialGradientBrush>
</Window.Background>
<Grid Name="splashGrid">
<Image HorizontalAlignment="Left" VerticalAlignment="Top" Height="225" Source="/MediaBrowser.Common;component/Resources/mblogo1000.png" Stretch="Fill" Grid.Row="0"/>
<ProgressBar Name="pbProgress" Minimum="0" Maximum="100" HorizontalAlignment="Left" Height="24" Margin="30,150,30,0" Width="540" Grid.Row="1"/>