aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications/elements/content/AnimatedImageElement.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testapplications/elements/content/AnimatedImageElement.qml')
-rw-r--r--tests/testapplications/elements/content/AnimatedImageElement.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testapplications/elements/content/AnimatedImageElement.qml b/tests/testapplications/elements/content/AnimatedImageElement.qml
index 073a002b25..6af67764fc 100644
--- a/tests/testapplications/elements/content/AnimatedImageElement.qml
+++ b/tests/testapplications/elements/content/AnimatedImageElement.qml
@@ -49,7 +49,9 @@ Item {
Item {
id: animatedimageelementcontainer
height: 100; width: 100
- anchors.centerIn: parent
+ anchors.horizontalCenter: parent.horizontalCenter
+ anchors.bottom: parent.bottom
+ anchors.bottomMargin: 15
AnimatedImage { id: animatedimageelement; anchors.fill: parent; source: "pics/cat.gif" }
Behavior on height { NumberAnimation { duration: 1000 } }
Behavior on width { NumberAnimation { duration: 1000 } }