From 93b1fbf72a727cfe6543680f18aa036631865bbf Mon Sep 17 00:00:00 2001 From: Luciano Montanaro Date: Fri, 27 Dec 2013 12:10:34 +0100 Subject: [PATCH] Tuned StationScheduleDelegate rendering a bit --- .../pages/components/StationScheduleDelegate.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/resources/sailfish/qml/pages/components/StationScheduleDelegate.qml b/application/resources/sailfish/qml/pages/components/StationScheduleDelegate.qml index 7d943b7..f77f180 100644 --- a/application/resources/sailfish/qml/pages/components/StationScheduleDelegate.qml +++ b/application/resources/sailfish/qml/pages/components/StationScheduleDelegate.qml @@ -79,6 +79,7 @@ BackgroundItem { id: delayLabel anchors.top: parent.top font.pixelSize: Theme.fontSizeSmall + color: Theme.secondaryColor } Label { anchors { @@ -89,6 +90,7 @@ BackgroundItem { text: displayPlatform(root.expectedPlatfrom, root.actualPlatform) font.pixelSize: Theme.fontSizeSmall textFormat: Text.RichText + color: Theme.secondaryColor } } } @@ -98,6 +100,7 @@ BackgroundItem { left: parent.left right: parent.right } + color: Theme.secondaryColor } onClicked: { // Load an external page about the train, for now -- 1.7.9.5