From 448aab07f2bd7797f429de44565aa10d6b566f1d Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Sun, 27 Nov 2011 21:26:11 +0100 Subject: [PATCH] Show data for the schedule Only works for departures for the moment. --- .../resources/harmattan/qml/StationListPage.qml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/application/resources/harmattan/qml/StationListPage.qml b/application/resources/harmattan/qml/StationListPage.qml index 479b4c9..d585915 100644 --- a/application/resources/harmattan/qml/StationListPage.qml +++ b/application/resources/harmattan/qml/StationListPage.qml @@ -79,7 +79,7 @@ Page { model: stationListProxyModel delegate: Item { id: listItem - height: 48 + height: UiConstants.ListItemHeightDefault width: parent.width BorderImage { id: background @@ -110,6 +110,13 @@ Page { } } } + SectionScroller { + listView: stationListView + } + ScrollDecorator { + id: decorator + flickableItem: stationListView + } } Sheet { -- 1.7.9.5