diff --git a/applets/notifications/package/contents/ui/FullRepresentation.qml b/applets/notifications/package/contents/ui/FullRepresentation.qml --- a/applets/notifications/package/contents/ui/FullRepresentation.qml +++ b/applets/notifications/package/contents/ui/FullRepresentation.qml @@ -578,10 +578,13 @@ PlasmaExtras.Heading { width: list.width + horizontalAlignment: Kirigami.Settings.isMobile ? Text.AlignHCenter : Text.AlignLeft + wrapMode: Text.Wrap level: 3 opacity: 0.6 text: i18n("No unread notifications.") visible: list.count === 0 + anchors.centerIn: Kirigami.Settings.isMobile ? parent : undefined } } }