aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/UI/Splash.xaml
diff options
context:
space:
mode:
authorRedShirtMB Mark Linton redshirt linton <RedShirtMB Mark Linton redshirt.linton@gmail.com>2012-08-04 19:21:38 -0700
committerRedShirtMB Mark Linton redshirt linton <RedShirtMB Mark Linton redshirt.linton@gmail.com>2012-08-04 19:21:38 -0700
commitdafa97333cb5950c87fb7be10a39bf2e917da923 (patch)
treeb26cb2d4e1d29524656f9a779fe475ab3b296b0b /MediaBrowser.Common/UI/Splash.xaml
parent1cc2b7c2ccbeaf247b7c0efd027b745a383b7315 (diff)
Moved splashscreen to MediaBrowser.Common and adjusted properties.
Diffstat (limited to 'MediaBrowser.Common/UI/Splash.xaml')
-rw-r--r--MediaBrowser.Common/UI/Splash.xaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/MediaBrowser.Common/UI/Splash.xaml b/MediaBrowser.Common/UI/Splash.xaml
new file mode 100644
index 0000000000..9bf1c8364c
--- /dev/null
+++ b/MediaBrowser.Common/UI/Splash.xaml
@@ -0,0 +1,9 @@
+<Window x:Class="MediaBrowser.Common.UI.Splash"
+ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ Title="SplashScreen" Height="300" Width="600" ShowInTaskbar="False" ResizeMode="NoResize" WindowStartupLocation="CenterScreen"
+ WindowState="Normal" WindowStyle="None" Background="White" AllowsTransparency="True">
+ <Grid>
+
+ </Grid>
+</Window>