From 65dafda2bca74c169aa8efdb8420e8360a569381 Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Wed, 9 Nov 2011 02:15:14 +0100 Subject: [PATCH] Added arrow symbol to schedule list --- .../resources/harmattan/qml/StationPage.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/application/resources/harmattan/qml/StationPage.qml b/application/resources/harmattan/qml/StationPage.qml index e84f11f..2e97987 100644 --- a/application/resources/harmattan/qml/StationPage.qml +++ b/application/resources/harmattan/qml/StationPage.qml @@ -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 -- 1.7.9.5