diff --git a/applets/notifications/package/contents/ui/global/Globals.qml b/applets/notifications/package/contents/ui/global/Globals.qml --- a/applets/notifications/package/contents/ui/global/Globals.qml +++ b/applets/notifications/package/contents/ui/global/Globals.qml @@ -235,7 +235,7 @@ if (popupLocation & Qt.AlignHCenter) { popup.x = x + (screenRect.width - popup.width) / 2; } else if (popupLocation & Qt.AlignRight) { - popup.x = screenRect.width - popupEdgeDistance - popup.width; + popup.x = x + screenRect.width - popupEdgeDistance - popup.width; } else { popup.x = x; }