Merge branch 'Plasma/5.18'

wilder-portage-prov
Nate Graham 6 years ago
commit 2794ddfd0c
  1. 7
      applets/devicenotifier/package/contents/ui/FullRepresentation.qml
  2. 9
      applets/notifications/package/contents/ui/FullRepresentation.qml

@ -38,11 +38,14 @@ MouseArea {
Layout.minimumHeight: units.gridUnit * 12
PlasmaExtras.Heading {
width: parent.width
anchors.fill: parent
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
wrapMode: Text.WordWrap
level: 3
opacity: 0.6
text: i18n("No Devices Available")
visible: notifierDialog.count === 0 && !devicenotifier.pendingDelegateRemoval
enabled: false
}
PlasmaCore.DataSource {

@ -584,15 +584,14 @@ ColumnLayout{
}
PlasmaExtras.Heading {
width: list.width
height: list.height
horizontalAlignment: Kirigami.Settings.isMobile ? Text.AlignHCenter : Text.AlignLeft
verticalAlignment: Kirigami.Settings.isMobile ? Text.AlignVCenter : Text.AlignTop
anchors.fill: parent
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
wrapMode: Text.WordWrap
level: 3
opacity: 0.6
text: i18n("No unread notifications.")
visible: list.count === 0 && NotificationManager.Server.valid
enabled: false
}
ColumnLayout {

Loading…
Cancel
Save