summaryrefslogtreecommitdiffstats
path: root/demos/declarative/flickr/mobile/GridDelegate.qml
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-05-06 04:14:36 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-05-06 04:14:36 (GMT)
commit2dfa4fbcdc901b8cdd8df0087ecf5e3fa2523603 (patch)
tree04970cad9ef9d03658137521b5277b26d9bd2c9a /demos/declarative/flickr/mobile/GridDelegate.qml
parente909d9a200c7a75dc23542f4603ce86fdc135bab (diff)
downloadQt-2dfa4fbcdc901b8cdd8df0087ecf5e3fa2523603.zip
Qt-2dfa4fbcdc901b8cdd8df0087ecf5e3fa2523603.tar.gz
Qt-2dfa4fbcdc901b8cdd8df0087ecf5e3fa2523603.tar.bz2
More cleanup
Diffstat (limited to 'demos/declarative/flickr/mobile/GridDelegate.qml')
-rw-r--r--demos/declarative/flickr/mobile/GridDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/flickr/mobile/GridDelegate.qml b/demos/declarative/flickr/mobile/GridDelegate.qml
index eccdc34..df608bc 100644
--- a/demos/declarative/flickr/mobile/GridDelegate.qml
+++ b/demos/declarative/flickr/mobile/GridDelegate.qml
@@ -38,7 +38,7 @@
states: [
State {
- name: "Show"; when: thumb.status == 1
+ name: "Show"; when: thumb.status == Image.Ready
PropertyChanges { target: scaleMe; scale: 1 }
},
State {