aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot/data/rectangles
diff options
context:
space:
mode:
authoraavit <eirik.aavitsland@digia.com>2012-10-29 12:14:55 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-10-29 13:45:18 +0100
commitacebe1738e6598e6653673bf4adf61b1cb1e0911 (patch)
tree22a15072c36e9677a0293c390370ea4726fb982b /tests/manual/scenegraph_lancelot/data/rectangles
parent0baccec7b4c3a7487dc6ca7c3d6b71130b916efc (diff)
Update qml test scenes with new property names
Change-Id: I67953f257f8948f3ec821cf3e5bc4763aff8d1aa Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Diffstat (limited to 'tests/manual/scenegraph_lancelot/data/rectangles')
-rw-r--r--tests/manual/scenegraph_lancelot/data/rectangles/test-rectangles.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/scenegraph_lancelot/data/rectangles/test-rectangles.qml b/tests/manual/scenegraph_lancelot/data/rectangles/test-rectangles.qml
index b2dcf4e675..0eb0a37de8 100644
--- a/tests/manual/scenegraph_lancelot/data/rectangles/test-rectangles.qml
+++ b/tests/manual/scenegraph_lancelot/data/rectangles/test-rectangles.qml
@@ -42,7 +42,7 @@ Rectangle {
anchors.fill: parent
anchors.margins: 10
radius: index * 20
- border.aligned: local._index == 1
+ border.pixelAligned: local._index == 1
border.width: local._index == 0 ? 0 : 0.5
opacity: 0.5
color: "steelBlue"
@@ -58,7 +58,7 @@ Rectangle {
anchors.fill: parent
anchors.margins: 10
radius: index * 20
- border.aligned: local._index == 1
+ border.pixelAligned: local._index == 1
border.width: local._index == 0 ? 0 : 0.5
opacity: 0.5
gradient: Gradient {