From 6250e481405b1d9bab854e807d65207e0af575e5 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 12 Jun 2015 11:23:36 -0700 Subject: [PATCH] remove debug message --- applets/notifications/contents/ui/NotificationStripe.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applets/notifications/contents/ui/NotificationStripe.qml b/applets/notifications/contents/ui/NotificationStripe.qml index 5d9356aa..f5719b73 100644 --- a/applets/notifications/contents/ui/NotificationStripe.qml +++ b/applets/notifications/contents/ui/NotificationStripe.qml @@ -122,7 +122,7 @@ MouseArea { } horizontalAlignment: Qt.AlignRight verticalAlignment: Qt.AlignVCenter - text: background.margins.top + summary + (!notificationItem.expanded && body ? "..." : "") + text: summary + (!notificationItem.expanded && body ? "..." : "") wrapMode: Text.WordWrap } PlasmaComponents.Label {