aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications/elements/content/ListViewElement.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testapplications/elements/content/ListViewElement.qml')
-rw-r--r--tests/testapplications/elements/content/ListViewElement.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testapplications/elements/content/ListViewElement.qml b/tests/testapplications/elements/content/ListViewElement.qml
index d021f8e555..54b878451f 100644
--- a/tests/testapplications/elements/content/ListViewElement.qml
+++ b/tests/testapplications/elements/content/ListViewElement.qml
@@ -57,7 +57,9 @@ Item {
ListView {
id: listviewelement
height: 250; width: parent.width *.8; clip: true
- anchors.centerIn: parent
+ anchors.horizontalCenter: parent.horizontalCenter
+ anchors.bottom: parent.bottom
+ anchors.bottomMargin: 15
model: devices
highlightFollowsCurrentItem: true
highlight: highlightrect