diff --git a/src/Ursa/Controls/Notification/WindowNotificationManager.cs b/src/Ursa/Controls/Notification/WindowNotificationManager.cs index c1acd1f..af502a6 100644 --- a/src/Ursa/Controls/Notification/WindowNotificationManager.cs +++ b/src/Ursa/Controls/Notification/WindowNotificationManager.cs @@ -108,10 +108,9 @@ public class WindowNotificationManager : WindowMessageManager, INotificationMana { Content = content, NotificationType = type, - ShowClose = showClose + ShowClose = showClose, + [!NotificationCard.PositionProperty] = this[!PositionProperty] }; - // this.Bind(PositionProperty,notificationControl.GetObservable(PositionProperty)); - this[!PositionProperty] = notificationControl[!NotificationCard.PositionProperty]; // Add style classes if any if (classes is not null)