mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
no notific message
This commit is contained in:
parent
0b03a9d234
commit
09ce25dfdc
1 changed files with 4 additions and 8 deletions
|
|
@ -122,18 +122,14 @@ Item {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PlasmaCore.FrameSvgItem {
|
PlasmaComponents.Label {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
opacity: 0.4
|
||||||
visible: notificationsModel.count == 0
|
visible: notificationsModel.count == 0
|
||||||
imagePath: "widgets/background"
|
text: i18n("No recent notifications")
|
||||||
width: childrenRect.width + margins.left + margins.right
|
|
||||||
height: childrenRect.height + margins.top + margins.bottom
|
|
||||||
PlasmaComponents.Label {
|
|
||||||
anchors.centerIn: parent
|
|
||||||
text: i18n("No recent notifications")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ListModel {
|
ListModel {
|
||||||
id: notificationsModel
|
id: notificationsModel
|
||||||
/* ListElement {
|
/* ListElement {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue