Show data for the schedule
[quandoparte] / application / resources / harmattan / qml / StationListPage.qml
index 479b4c9..d585915 100644 (file)
@@ -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 {