diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-26 01:39:41 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-26 01:39:41 (GMT) |
commit | 05d3e827565d635e75cfd49e46b3ba72903a1e6f (patch) | |
tree | 45872280abc14df2c35b89b59c9f7c6dc57c4fbc /demos | |
parent | 133b1e641ba9245fe86feb9fc17f9906dee4d74f (diff) | |
download | Qt-05d3e827565d635e75cfd49e46b3ba72903a1e6f.zip Qt-05d3e827565d635e75cfd49e46b3ba72903a1e6f.tar.gz Qt-05d3e827565d635e75cfd49e46b3ba72903a1e6f.tar.bz2 |
Flip around perspective origin
Diffstat (limited to 'demos')
-rw-r--r-- | demos/declarative/flickr/common/ImageDetails.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/declarative/flickr/common/ImageDetails.qml b/demos/declarative/flickr/common/ImageDetails.qml index b8b7d29..cc00773 100644 --- a/demos/declarative/flickr/common/ImageDetails.qml +++ b/demos/declarative/flickr/common/ImageDetails.qml @@ -20,6 +20,7 @@ Flipable { transform: Rotation { id: detailsRotation + origin.y: container.height / 2; origin.x: container.width / 2; axis.y: 1; axis.z: 0 } |