Show data for the schedule
authorLuciano Montanaro <mikelima@cirulla.net>
Sun, 27 Nov 2011 20:26:11 +0000 (21:26 +0100)
committerLuciano Montanaro <mikelima@cirulla.net>
Tue, 27 Dec 2011 22:19:12 +0000 (23:19 +0100)
Only works for departures for the moment.

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 {