diff --git a/components/mobileshell/qml/widgets/notifications/NotificationsWidget.qml b/components/mobileshell/qml/widgets/notifications/NotificationsWidget.qml index 04e06140..a3a6f621 100644 --- a/components/mobileshell/qml/widgets/notifications/NotificationsWidget.qml +++ b/components/mobileshell/qml/widgets/notifications/NotificationsWidget.qml @@ -363,8 +363,8 @@ Item { top: spacer.bottom right: parent.right left: parent.left - leftMargin: PlasmaCore.Units.largeSpacing - rightMargin: PlasmaCore.Units.largeSpacing + leftMargin: Kirigami.Units.largeSpacing + rightMargin: Kirigami.Units.largeSpacing topMargin: list.spacing bottomMargin: list.spacing }