diff --git a/Modules/Notification/Notification.qml b/Modules/Notification/Notification.qml index 69ce1a65..a0dc4849 100644 --- a/Modules/Notification/Notification.qml +++ b/Modules/Notification/Notification.qml @@ -86,8 +86,8 @@ Variants { // Margins for PanelWindow (not anchors.topMargin!) margins.top: isTop ? Style.marginM + barOffset : 0 margins.bottom: isBottom ? Style.marginM + barOffset : 0 - margins.left: isLeft ? -Style.marginXL * 1.65 + barOffset : 0 - margins.right: isRight ? -Style.marginXL * 1.65 + barOffset : 0 + margins.left: isLeft ? Style.marginM + barOffset : 0 + margins.right: isRight ? Style.marginM + barOffset : 0 implicitWidth: notifWidth implicitHeight: notificationStack.implicitHeight + Style.marginL