diff --git a/src/qml/NotificationsView.qml b/src/qml/NotificationsView.qml index d0874287a..cbf5ad9fc 100644 --- a/src/qml/NotificationsView.qml +++ b/src/qml/NotificationsView.qml @@ -35,7 +35,7 @@ Kirigami.ScrollablePage { } footer: Kirigami.PlaceholderMessage { - anchors.horizontalCenter: parent.horizontalCenter + width: parent.width text: i18n("Loading…") visible: notificationsModel.nextToken.length > 0 && listView.count > 0 }