We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f6f46 commit 1383f37Copy full SHA for 1383f37
Files.Package/Package.appxmanifest
@@ -23,7 +23,7 @@
23
<uap:ShowOn Tile="square310x310Logo"/>
24
</uap:ShowNameOnTiles>
25
</uap:DefaultTile>
26
- <uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true" BackgroundColor="#191919"/>
+ <uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true" />
27
</uap:VisualElements>
28
<Extensions>
29
<desktop:Extension Category="windows.fullTrustProcess" Executable="Files.Launcher\ProcessLauncher.exe">
Files/Settings.xaml
@@ -54,7 +54,7 @@
54
<Rectangle
55
x:Name="Divider"
56
Width=".5"
57
- Margin="-0,20,0,20"
+ Margin="0,20,0,20"
58
HorizontalAlignment="Left"
59
VerticalAlignment="Stretch"
60
Fill="{ThemeResource AppBarItemForegroundThemeBrush}"
0 commit comments