no notific message

This commit is contained in:
Marco Martin 2017-09-01 18:39:39 +02:00
parent 0b03a9d234
commit 09ce25dfdc

View file

@ -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 {