summaryrefslogtreecommitdiffstats
path: root/demos/declarative
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-05-11 01:29:41 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-05-11 01:29:41 (GMT)
commitf0e828c05e8263078b0eb5a45ddea24e7a0782eb (patch)
treed7550e0ace13a43ebb56c7985f15cda66e928b61 /demos/declarative
parentac19c9a30a47bfe8b374d390525b06ebdb26b4ca (diff)
downloadQt-f0e828c05e8263078b0eb5a45ddea24e7a0782eb.zip
Qt-f0e828c05e8263078b0eb5a45ddea24e7a0782eb.tar.gz
Qt-f0e828c05e8263078b0eb5a45ddea24e7a0782eb.tar.bz2
Change pathview angle.
Diffstat (limited to 'demos/declarative')
-rw-r--r--demos/declarative/flickr/flickr.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/flickr/flickr.qml b/demos/declarative/flickr/flickr.qml
index 092aef6..fa3bc35 100644
--- a/demos/declarative/flickr/flickr.qml
+++ b/demos/declarative/flickr/flickr.qml
@@ -153,7 +153,7 @@ Item {
}
PathAttribute { name: "scale"; value: 1 }
- PathAttribute { name: "angle"; value: -45 }
+ PathAttribute { name: "angle"; value: 45 }
}
}