Changed splash gradient

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti 2012-08-25 14:34:22 -04:00
parent a344d2066a
commit b312e7f25a
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
FontSize="14"> FontSize="14">
<Window.Background> <Window.Background>
<RadialGradientBrush> <RadialGradientBrush>
<GradientStop Color="#f8f8f8" Offset="1"/> <GradientStop Color="#ffffff" Offset="1"/>
<GradientStop Color="#ffffff"/> <GradientStop Color="#f8f8f8"/>
</RadialGradientBrush> </RadialGradientBrush>
</Window.Background> </Window.Background>
<Grid Name="splashGrid"> <Grid Name="splashGrid">