aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications/elements/content/FlipableElement.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testapplications/elements/content/FlipableElement.qml')
-rw-r--r--tests/testapplications/elements/content/FlipableElement.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testapplications/elements/content/FlipableElement.qml b/tests/testapplications/elements/content/FlipableElement.qml
index cb2b11c532..77187bd3a2 100644
--- a/tests/testapplications/elements/content/FlipableElement.qml
+++ b/tests/testapplications/elements/content/FlipableElement.qml
@@ -49,7 +49,9 @@ Item {
Flipable {
id: flipableelement
height: 250; width: 250
- anchors.centerIn: parent
+ anchors.horizontalCenter: parent.horizontalCenter
+ anchors.bottom: parent.bottom
+ anchors.bottomMargin: 15
front: Rectangle { color: "green"; anchors.fill: parent; border.color: "gray"; border.width: 3; opacity: .9; radius: 20; clip: true }
back: Rectangle { color: "red"; anchors.fill: parent; border.color: "gray"; border.width: 3; opacity: .9; radius: 20; clip: true }
transform: Rotation {