Skip to content

Commit

Permalink
Shrink size for notification bar
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Jan 2, 2023
1 parent c578dc9 commit 11c4846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CollapseLauncher/XAMLs/MainApp/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ private void SpawnNotificationPush(string Title, string Content, NotifSeverity S
Severity = NotifSeverity2InfoBarSeverity(Severity),
IsClosable = IsClosable,
IsIconVisible = true,
Width = m_windowSupportCustomTitle ? 720 : double.NaN,
Width = m_windowSupportCustomTitle ? 640 : double.NaN,
HorizontalAlignment = m_windowSupportCustomTitle ? HorizontalAlignment.Right : HorizontalAlignment.Stretch,
Shadow = SharedShadow,
IsOpen = true
Expand Down

0 comments on commit 11c4846

Please sign in to comment.