Moved splashscreen to MediaBrowser.Common and adjusted properties.

This commit is contained in:
RedShirtMB Mark Linton redshirt linton
2012-08-04 19:21:38 -07:00
parent 1cc2b7c2cc
commit dafa97333c
6 changed files with 28 additions and 21 deletions

View File

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