aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanchors/data/centerin.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickanchors/data/centerin.qml')
-rw-r--r--tests/auto/quick/qquickanchors/data/centerin.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickanchors/data/centerin.qml b/tests/auto/quick/qquickanchors/data/centerin.qml
index e6c9179116..b880219f0f 100644
--- a/tests/auto/quick/qquickanchors/data/centerin.qml
+++ b/tests/auto/quick/qquickanchors/data/centerin.qml
@@ -15,4 +15,11 @@ Rectangle {
width: 11; height: 11; color: "green"
anchors.centerIn: parent;
}
+
+ Rectangle {
+ objectName: "centered3"
+ width: 11; height: 11; color: "green"
+ anchors.centerIn: parent;
+ anchors.alignWhenCentered: false
+ }
}