Cover UI update, looks nicer

This commit is contained in:
Mikko Ahlroth 2013-12-15 22:43:19 +02:00
parent d8bb15933c
commit fabd1c0c11

View file

@ -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 {