From 4ec1a94dee7556c97fec02caffe59a22b79c0b0b Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Tue, 21 Jun 2016 16:53:00 +0200 Subject: make sure the ListView is the last element since the contentItem is the default property of ScrollablePage, putting another Item after it will change contentItem with that one, in this case the Label Signed-off-by: Marco Martin Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveList.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index e405bcb79..cb94e79d1 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -244,6 +244,11 @@ Kirigami.ScrollablePage { } } + Kirigami.Label { + text: qsTr("No dives in dive list") + visible: diveListView.visible && diveListView.count === 0 + } + ListView { id: diveListView anchors.fill: parent @@ -273,11 +278,6 @@ Kirigami.ScrollablePage { } } - Kirigami.Label { - text: qsTr("No dives in dive list") - visible: diveListView.visible && diveListView.count === 0 - } - property QtObject addDiveAction: Action { iconName: "list-add" onTriggered: { -- cgit v1.2.3-70-g09d2