Skip to content

Commit

Permalink
improve welcome window background
Browse files Browse the repository at this point in the history
  • Loading branch information
Scighost committed Dec 26, 2023
1 parent f8d229c commit 4bceeee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/Starward/MyWindows/WelcomeWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
Source="ms-appx:///Assets/Image/StartUpBG2.png"
Stretch="UniformToFill" />
<Frame Name="frame" />

</Grid>

</local:WindowEx>
2 changes: 1 addition & 1 deletion src/Starward/MyWindows/WelcomeWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private void InitializeWindow()
new SystemBackdropHelper(this, SystemBackdropProperty.AcrylicDefault with
{
TintColorLight = 0xFFE7E7E7,
TintColorDark = 0xFF404040
TintColorDark = 0xFF303030
}).TrySetAcrylic(true);
AppWindow.TitleBar.ExtendsContentIntoTitleBar = true;
AppWindow.TitleBar.IconShowOptions = IconShowOptions.HideIconAndSystemMenu;
Expand Down

0 comments on commit 4bceeee

Please sign in to comment.