diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-05-08 03:01:02 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-05-08 03:01:02 (GMT) |
commit | 6597cb980c484c11554314d8db63c6dd4edcd887 (patch) | |
tree | be684d01388006b067a78093ed56b2753ad30aa7 /demos | |
parent | 32df312db7c2088002c734a49cf9cc13b334af6e (diff) | |
download | Qt-6597cb980c484c11554314d8db63c6dd4edcd887.zip Qt-6597cb980c484c11554314d8db63c6dd4edcd887.tar.gz Qt-6597cb980c484c11554314d8db63c6dd4edcd887.tar.bz2 |
Fade TagEdit properly
Diffstat (limited to 'demos')
-rw-r--r-- | demos/declarative/flickr/flickr.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/declarative/flickr/flickr.qml b/demos/declarative/flickr/flickr.qml index cbe6534..092aef6 100644 --- a/demos/declarative/flickr/flickr.qml +++ b/demos/declarative/flickr/flickr.qml @@ -91,6 +91,7 @@ Item { SetProperties { target: PhotoGridView; y: "-480" } SetProperties { target: PhotoPathView; y: "-480" } SetProperties { target: ViewModeButton; opacity: 0 } + SetProperties { target: TagsEdit; opacity: 0 } SetProperties { target: FetchButton; opacity: 0 } SetProperties { target: CategoryText; y: "-50" } } |