aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-08 11:00:09 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-08 11:00:09 -0400
commit1400e5ad9d1287533e75aa1ee13eb65999907bb6 (patch)
tree60d5cfd00453c49e545df413b87ad102e90410d9
parentfe63d487be6325c96e095cc0954e411b07a9e0d7 (diff)
Splash screen style fix - hide window commands
-rw-r--r--MediaBrowser.Common/UI/Splash.xaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/MediaBrowser.Common/UI/Splash.xaml b/MediaBrowser.Common/UI/Splash.xaml
index 4d5c2717c..79085682a 100644
--- a/MediaBrowser.Common/UI/Splash.xaml
+++ b/MediaBrowser.Common/UI/Splash.xaml
@@ -10,6 +10,13 @@
WindowStartupLocation="CenterScreen"
WindowState="Normal"
FontSize="14">
+ <Window.Resources>
+ <ResourceDictionary>
+ <Style TargetType="{x:Type Controls:WindowCommands}">
+ <Setter Property="Visibility" Value="Hidden" />
+ </Style>
+ </ResourceDictionary>
+ </Window.Resources>
<Window.Background>
<RadialGradientBrush RadiusX=".75" RadiusY=".75">
<GradientStop Color="White" Offset="0.0"/>