mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-11 08:43:01 +01:00
Moved splashscreen to MediaBrowser.Common and adjusted properties.
This commit is contained in:
parent
1cc2b7c2cc
commit
dafa97333c
9
MediaBrowser.Common/UI/Splash.xaml
Normal file
9
MediaBrowser.Common/UI/Splash.xaml
Normal 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>
|
||||
Reference in New Issue
Block a user