diff -r 5dc02b23752f -r 3e2da88830cd demos/declarative/rssnews/content/NewsDelegate.qml --- a/demos/declarative/rssnews/content/NewsDelegate.qml Tue Jul 06 15:10:48 2010 +0300 +++ b/demos/declarative/rssnews/content/NewsDelegate.qml Wed Aug 18 10:37:55 2010 +0300 @@ -43,10 +43,11 @@ 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