From 7862e3f5b6585dc17cc09a6a2a1c0f4004cee497 Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Thu, 18 Jun 2009 17:59:37 +1000 Subject: Allow a small grab area around the outside of the weblet --- examples/declarative/flowview/flickr.qml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/declarative/flowview/flickr.qml b/examples/declarative/flowview/flickr.qml index a0a8009..fa8233b 100644 --- a/examples/declarative/flowview/flickr.qml +++ b/examples/declarative/flowview/flickr.qml @@ -26,10 +26,12 @@ Rect { ListView { clip: true orientation: "Horizontal" - anchors.fill: parent + width: parent.width + height: 86 + y: 17 model: FeedModel delegate: - Item { width: 90; height: 120 + Item { width: 90; height: 86 Rect { anchors.centeredIn: parent width: 86; height: 86; -- cgit v0.12