mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 14:43: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
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue