summaryrefslogtreecommitdiffstats
path: root/demos/declarative/flickr/mobile/ListDelegate.qml
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-08-25 23:22:40 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-08-25 23:22:40 (GMT)
commita3fcbe0ddcc87df39afc118b31ac04d543564003 (patch)
tree41b98feaf3c2d19eb3e6a14d8f79bda544a68610 /demos/declarative/flickr/mobile/ListDelegate.qml
parentbdfb4a6363a5bc3cac79bf10aa38542ca2261291 (diff)
downloadQt-a3fcbe0ddcc87df39afc118b31ac04d543564003.zip
Qt-a3fcbe0ddcc87df39afc118b31ac04d543564003.tar.gz
Qt-a3fcbe0ddcc87df39afc118b31ac04d543564003.tar.bz2
small flickr fixes
Diffstat (limited to 'demos/declarative/flickr/mobile/ListDelegate.qml')
-rw-r--r--demos/declarative/flickr/mobile/ListDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/flickr/mobile/ListDelegate.qml b/demos/declarative/flickr/mobile/ListDelegate.qml
index b9ec7f2..fa6f8ea 100644
--- a/demos/declarative/flickr/mobile/ListDelegate.qml
+++ b/demos/declarative/flickr/mobile/ListDelegate.qml
@@ -6,7 +6,7 @@ Component {
id: Wrapper; width: Wrapper.ListView.view.width; height: 86
Item {
id: MoveMe
- Rectangle { color: "black"; opacity: Wrapper.ListView.index % 2 ? 0.2 : 0.3; height: 84; width: Wrapper.width; y: 1 }
+ Rectangle { color: "black"; opacity: index % 2 ? 0.2 : 0.4; height: 84; width: Wrapper.width; y: 1 }
Rectangle {
id: WhiteRect; x: 6; y: 4; width: 77; height: 77; color: "white"; smooth: true