aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot/data/rectangles/test-rectangles.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/scenegraph_lancelot/data/rectangles/test-rectangles.qml')
-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 {