Merge branch 'Plasma/5.16'

wilder-5.17
Kai Uwe Broulik 7 years ago
commit 94daa34d26
  1. 2
      applets/notifications/package/contents/ui/NotificationHeader.qml

@ -87,7 +87,7 @@ RowLayout {
id: applicationNameLabel
Layout.fillWidth: true
textFormat: Text.PlainText
elide: Text.ElideRight
elide: Text.ElideLeft
text: notificationHeading.applicationName + (notificationHeading.originName ? " · " + notificationHeading.originName : "")
}

Loading…
Cancel
Save