diff options
-rw-r--r-- | tests/auto/declarative/qmlgraphicspathview/data/pathview3.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlgraphicspathview/data/pathview3.qml b/tests/auto/declarative/qmlgraphicspathview/data/pathview3.qml index a8c1e91..412cca2 100644 --- a/tests/auto/declarative/qmlgraphicspathview/data/pathview3.qml +++ b/tests/auto/declarative/qmlgraphicspathview/data/pathview3.qml @@ -47,11 +47,10 @@ PathView { Rectangle { id: wrapper width: 85; height: 85; color: lColor - scale: wrapper.PathView.scale transform: Rotation { id: itemRotation; origin.x: wrapper.width/2; origin.y: wrapper.height/2 - axis.y: 1; axis.z: 0; angle: wrapper.PathView.angle + axis.y: 1; axis.z: 0 } } } |