From fabd1c0c11e823b64227cadb4280374d15188550 Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Sun, 15 Dec 2013 22:43:19 +0200 Subject: [PATCH] Cover UI update, looks nicer --- qml/cover/CoverPage.qml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml index 93e7f6b..db4017b 100644 --- a/qml/cover/CoverPage.qml +++ b/qml/cover/CoverPage.qml @@ -24,8 +24,15 @@ CoverBackground { id: heading anchors.horizontalCenter: parent.horizontalCenter text: "Uptime" + color: "white" + font.pixelSize: Theme.fontSizeMedium + } + + Separator { + x: Theme.paddingLarge + width: parent.width - Theme.paddingLarge * 2 + horizontalAlignment: Qt.AlignCenter color: Theme.highlightColor - font.pixelSize: Theme.fontSizeSmall } Label {