LukePulverenti Luke Pulverenti luke pulverenti 12 年之前
父節點
當前提交
adf60587fb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      MediaBrowser.Common/UI/Splash.xaml

+ 2 - 2
MediaBrowser.Common/UI/Splash.xaml

@@ -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">