aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications/elements/content/ImageElement.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testapplications/elements/content/ImageElement.qml')
-rw-r--r--tests/testapplications/elements/content/ImageElement.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testapplications/elements/content/ImageElement.qml b/tests/testapplications/elements/content/ImageElement.qml
index b56d6e9bec..65000eee08 100644
--- a/tests/testapplications/elements/content/ImageElement.qml
+++ b/tests/testapplications/elements/content/ImageElement.qml
@@ -49,7 +49,9 @@ Item {
Item {
id: imageelementcontainer
height: 100; width: 100; clip: true
- anchors.centerIn: parent
+ anchors.horizontalCenter: parent.horizontalCenter
+ anchors.bottom: parent.bottom
+ anchors.bottomMargin: 15
Behavior on height { NumberAnimation { duration: 1000 } }
Behavior on width { NumberAnimation { duration: 1000 } }
Image {