diff --git a/applets/notifications/contents/ui/main.qml b/applets/notifications/contents/ui/main.qml index 93d58601..713810e6 100644 --- a/applets/notifications/contents/ui/main.qml +++ b/applets/notifications/contents/ui/main.qml @@ -122,18 +122,14 @@ Item { } - PlasmaCore.FrameSvgItem { + PlasmaComponents.Label { anchors.centerIn: parent + opacity: 0.4 visible: notificationsModel.count == 0 - imagePath: "widgets/background" - width: childrenRect.width + margins.left + margins.right - height: childrenRect.height + margins.top + margins.bottom - PlasmaComponents.Label { - anchors.centerIn: parent - text: i18n("No recent notifications") - } + text: i18n("No recent notifications") } + ListModel { id: notificationsModel /* ListElement {