Commit bf4f7bf4 authored by m2ko's avatar m2ko

pointSize to pixelSize

parent 473f44f3
......@@ -51,11 +51,13 @@ Item {
id: topText
visible: switcherModel.itemCount === 0
width: noAppsLabel.width
height: Theme.itemHeightMedium
anchors {
top: parent.top
topMargin:Theme.itemSpacingLarge
horizontalCenter: parent.horizontalCenter
topMargin: Theme.itemSpacingLarge
}
color: "black"
color: "transparent"
Label {
id: noAppsLabel
......@@ -65,7 +67,7 @@ Item {
left: parent.left
}
font.weight: Font.Light
font.pointSize: Theme.fontSizeTiny
font.pixelSize: Theme.fontSizeExtraLarge
}
}
Flickable {
......
......@@ -59,7 +59,7 @@ Flickable {
id: displayDayOfWeek
text: Qt.formatDateTime(wallClock.time, "dddd") + ", "
color: Theme.textColor
font.pointSize: Theme.fontSizeTiny / 1.5
font.pixelSize: Theme.fontSizeExtraLarge
font.weight: Font.Bold
anchors {
top: parent.top
......@@ -71,7 +71,7 @@ Flickable {
Label {
id: displayCurrentDate
text: Qt.formatDate(wallClock.time, "d MMMM yyyy")
font.pointSize: Theme.fontSizeTiny / 1.5
font.pixelSize: Theme.fontSizeExtraLarge
color: Theme.textColor
font.weight: Font.Light
wrapMode: Text.WordWrap
......
......@@ -25,7 +25,7 @@ Rectangle {
Text {
id: timeDisplay
font.pointSize: Theme.fontSizeExtraLarge
font.pixelSize: Theme.fontSizeExtraLarge * 2
font.weight: Font.Light
lineHeight: 0.85
color: Theme.textColor
......@@ -51,7 +51,7 @@ Rectangle {
Label {
id: weekdayDisplay
font.pointSize: Theme.fontSizeTiny / 1.5
font.pixelSize: Theme.fontSizeLarge
color: Theme.textColor
horizontalAlignment: Text.AlignHCenter
font.weight: Font.Bold
......@@ -65,7 +65,7 @@ Rectangle {
Label {
id: dateDisplay
font.pointSize: Theme.fontSizeTiny / 1.5
font.pixelSize: Theme.fontSizeLarge
color: Theme.textColor
horizontalAlignment: Text.AlignHCenter
font.weight: Font.Light
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment