Added arrow symbol to schedule list
authorLuciano Montanaro <mikelima@cirulla.net>
Wed, 9 Nov 2011 01:15:14 +0000 (02:15 +0100)
committerLuciano Montanaro <mikelima@cirulla.net>
Tue, 27 Dec 2011 22:19:11 +0000 (23:19 +0100)
application/resources/harmattan/qml/StationPage.qml

index e84f11f..2e97987 100644 (file)
@@ -89,6 +89,11 @@ Page {
                         }
                     }
                 }
+                Image {
+                    source: "image://theme/icon-m-common-drilldown-arrow" + (theme.inverted ? "-inverse" : "")
+                    anchors.right: parent.right;
+                    anchors.verticalCenter: parent.verticalCenter
+                }
                 MouseArea {
                     id: mouseArea
                     anchors.fill: background