aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanchors/data/centerinRotation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickanchors/data/centerinRotation.qml')
-rw-r--r--tests/auto/quick/qquickanchors/data/centerinRotation.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickanchors/data/centerinRotation.qml b/tests/auto/quick/qquickanchors/data/centerinRotation.qml
index 933a25c100..86d696bca2 100644
--- a/tests/auto/quick/qquickanchors/data/centerinRotation.qml
+++ b/tests/auto/quick/qquickanchors/data/centerinRotation.qml
@@ -7,6 +7,7 @@ Rectangle {
rotation: 90
width: 101; height: 101; color: "blue"
anchors.centerIn: parent;
+ anchors.alignWhenCentered: false
Rectangle {
objectName: "inner"