Skip to content

Commit 1383f37

Browse files
author
Yair Aichenbaum
committed
Removed background from splash screen
1 parent c9f6f46 commit 1383f37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Files.Package/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<uap:ShowOn Tile="square310x310Logo"/>
2424
</uap:ShowNameOnTiles>
2525
</uap:DefaultTile>
26-
<uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true" BackgroundColor="#191919"/>
26+
<uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true" />
2727
</uap:VisualElements>
2828
<Extensions>
2929
<desktop:Extension Category="windows.fullTrustProcess" Executable="Files.Launcher\ProcessLauncher.exe">

Files/Settings.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<Rectangle
5555
x:Name="Divider"
5656
Width=".5"
57-
Margin="-0,20,0,20"
57+
Margin="0,20,0,20"
5858
HorizontalAlignment="Left"
5959
VerticalAlignment="Stretch"
6060
Fill="{ThemeResource AppBarItemForegroundThemeBrush}"

0 commit comments

Comments
 (0)