Added SystemControlTransientBackgroundBrush

This commit is contained in:
Daniel Clark
2021-02-05 15:50:45 +00:00
parent a5d1d567a3
commit a00f841fb5
2 changed files with 3 additions and 14 deletions
@@ -122,8 +122,8 @@ namespace NotificationFlyout.Wpf.UI.Controls
ResizeMode = ResizeMode.NoResize;
AllowsTransparency = true;
Background = new SolidColorBrush(Colors.Transparent);
Height = 0;
Width = 0;
Height = 5;
Width = 5;
}
private void PrepareNotificationIcon()