From b1b46d4e5bd9e4ef355d8bbc13900d7489fb4bf9 Mon Sep 17 00:00:00 2001 From: Yann Bodson Date: Tue, 29 Jun 2010 12:51:08 +1000 Subject: Avoid binding loop. --- demos/declarative/rssnews/content/NewsDelegate.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demos/declarative/rssnews/content/NewsDelegate.qml b/demos/declarative/rssnews/content/NewsDelegate.qml index 040dadc..cfe9b00 100644 --- a/demos/declarative/rssnews/content/NewsDelegate.qml +++ b/demos/declarative/rssnews/content/NewsDelegate.qml @@ -43,10 +43,11 @@ import Qt 4.7 Item { id: delegate - height: childrenRect.height + 20 + height: column.height + 40 width: delegate.ListView.view.width Column { + id: column x: 20; y: 20 width: parent.width - 40 -- cgit v0.12