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 b880219f0f..94c344b4e8 100644
--- a/tests/auto/quick/qquickanchors/data/centerin.qml
+++ b/tests/auto/quick/qquickanchors/data/centerin.qml
@@ -22,4 +22,11 @@ Rectangle {
anchors.centerIn: parent;
anchors.alignWhenCentered: false
}
+
+ Rectangle {
+ objectName: "centered4"
+ width: 0.9; height: 0.9; color: "plum"
+ anchors.centerIn: parent;
+ anchors.alignWhenCentered: false
+ }
}