浏览代码

Splash screen style fix - hide window commands

LukePulverenti Luke Pulverenti luke pulverenti 12 年之前
父节点
当前提交
1400e5ad9d
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      MediaBrowser.Common/UI/Splash.xaml

+ 7 - 0
MediaBrowser.Common/UI/Splash.xaml

@@ -10,6 +10,13 @@
         WindowStartupLocation="CenterScreen"
         WindowStartupLocation="CenterScreen"
         WindowState="Normal" 
         WindowState="Normal" 
         FontSize="14">
         FontSize="14">
+    <Window.Resources>
+        <ResourceDictionary>
+            <Style TargetType="{x:Type Controls:WindowCommands}">
+                <Setter Property="Visibility" Value="Hidden" />
+            </Style>
+        </ResourceDictionary>
+    </Window.Resources>
     <Window.Background>
     <Window.Background>
         <RadialGradientBrush RadiusX=".75" RadiusY=".75">
         <RadialGradientBrush RadiusX=".75" RadiusY=".75">
             <GradientStop Color="White" Offset="0.0"/>
             <GradientStop Color="White" Offset="0.0"/>