summaryrefslogtreecommitdiffstats
path: root/examples/declarative/snow/snow.qml
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2009-07-27 10:39:07 (GMT)
committerLars Knoll <lars.knoll@nokia.com>2009-07-29 03:47:26 (GMT)
commit27015a7662a8a1b2852f2d43d948c51ac4e90070 (patch)
tree2c22ea56e3ea55b1f13c9e284bb58ded70fdfa21 /examples/declarative/snow/snow.qml
parentc12f369d16e8993594680485758f44c813b78f45 (diff)
downloadQt-27015a7662a8a1b2852f2d43d948c51ac4e90070.zip
Qt-27015a7662a8a1b2852f2d43d948c51ac4e90070.tar.gz
Qt-27015a7662a8a1b2852f2d43d948c51ac4e90070.tar.bz2
fixes in examples and demos
Fixed all examples and demos to work after the changes to Flipable and Rotation3D.
Diffstat (limited to 'examples/declarative/snow/snow.qml')
-rw-r--r--examples/declarative/snow/snow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/snow/snow.qml b/examples/declarative/snow/snow.qml
index aaed619..aa5185f 100644
--- a/examples/declarative/snow/snow.qml
+++ b/examples/declarative/snow/snow.qml
@@ -42,7 +42,7 @@ Rect {
}
transform: Rotation3D {
- axis { startX: 0; startY: 0; endX: 0; endY: 1 }
+ axis.y: 1
angle: MyLayout.deform * 100
}
}