summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-08-13 05:42:22 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-08-13 05:42:22 (GMT)
commit89a54d6b853512398eb1622eba8f6fbc8794277b (patch)
tree06c7bd088b62004a49600a2b304909369ed3d99d
parent9cb85e15fea29595addce85e6ba603af95ecffc5 (diff)
downloadQt-89a54d6b853512398eb1622eba8f6fbc8794277b.zip
Qt-89a54d6b853512398eb1622eba8f6fbc8794277b.tar.gz
Qt-89a54d6b853512398eb1622eba8f6fbc8794277b.tar.bz2
Fix angle.
-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 8470331..ea6a09e 100644
--- a/examples/declarative/snow/snow.qml
+++ b/examples/declarative/snow/snow.qml
@@ -43,7 +43,7 @@ Rect {
transform: Rotation {
axis.y: 1; axis.z: 0
- angle: MyLayout.deform * 100
+ angle: MyLayout.deform * -100
}
}