Skip to content

Commit

Permalink
Changed splash gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti Luke Pulverenti luke pulverenti authored and LukePulverenti Luke Pulverenti luke pulverenti committed Aug 25, 2012
1 parent aeb18f4 commit a943056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MediaBrowser.Common/UI/Splash.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
FontSize="14">
<Window.Background>
<RadialGradientBrush>
<GradientStop Color="#f8f8f8" Offset="1"/>
<GradientStop Color="#ffffff"/>
<GradientStop Color="#ffffff" Offset="1"/>
<GradientStop Color="#f8f8f8"/>
</RadialGradientBrush>
</Window.Background>
<Grid Name="splashGrid">
Expand Down

0 comments on commit a943056

Please sign in to comment.