From 47cd793c8e9cda31612d9648de6862daf506f19b Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Thu, 11 Sep 2014 16:02:37 +0200 Subject: Fix font size for the breaks + small changes Change-Id: I96a9d513da365441403d16d73c8fc51863b14631 Reviewed-by: Niels Weber --- qml/components/TrackSwitcher.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qml/components/TrackSwitcher.qml b/qml/components/TrackSwitcher.qml index 32f6f66..53b82e6 100644 --- a/qml/components/TrackSwitcher.qml +++ b/qml/components/TrackSwitcher.qml @@ -220,9 +220,9 @@ Item { Text { anchors.centerIn: parent horizontalAlignment: Text.AlignHCenter - font.pixelSize: 20 - text: name + "\n" + Qt.formatTime(start, "hh:mm") + " - " + Qt.formatTime(end, "hh:mm") - color: Theme.colors.gray + font.pointSize: Theme.fonts.seven_pt + text: name + "\n" + Qt.formatTime(start, "h:mm") + " - " + Qt.formatTime(end, "h:mm") + color: Theme.colors.darkgray } } } -- cgit v1.2.3