From 51701e30d710ad016ddf2d306cdd7be122ddf25b Mon Sep 17 00:00:00 2001
From: "Javier S. Pedro" <maemo@javispedro.com>
Date: Sat, 11 Aug 2012 15:30:38 +0200
Subject: adding test notification backend

---
 notificationswatchlet/metawatch-digital.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'notificationswatchlet')

diff --git a/notificationswatchlet/metawatch-digital.qml b/notificationswatchlet/metawatch-digital.qml
index 9129226..71c52a8 100644
--- a/notificationswatchlet/metawatch-digital.qml
+++ b/notificationswatchlet/metawatch-digital.qml
@@ -26,7 +26,7 @@ Rectangle {
 		delegate: Rectangle {
 			id: notifDelegate
 			property bool selected: ListView.isCurrentItem
-			width: notifs.width
+			width: parent.width
 			height: childrenRect.height
 			color: ListView.isCurrentItem ? "black" : "white"
 			Column {
-- 
cgit v1.2.3