Use pixel size.
This commit is contained in:
@@ -46,7 +46,7 @@ ColumnLayout {
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
font.pointSize: 24
|
||||
font.pixelSize: 24
|
||||
font.family: "Emoji"
|
||||
text: label
|
||||
}
|
||||
@@ -94,7 +94,7 @@ ColumnLayout {
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
font.pointSize: 20
|
||||
font.pixelSize: 32
|
||||
font.family: "Emoji"
|
||||
text: modelData.unicode
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ Text {
|
||||
id: materialLabel
|
||||
|
||||
color: Material.foreground
|
||||
font.pointSize: 16
|
||||
font.pixelSize: 24
|
||||
font.family: MaterialFont.name
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
@@ -85,7 +85,7 @@ RowLayout {
|
||||
color: "white"
|
||||
|
||||
font.family: CommonFont.font.family
|
||||
font.pointSize: 10.5
|
||||
font.pixelSize: 14
|
||||
selectByMouse: true
|
||||
readOnly: true
|
||||
wrapMode: Label.Wrap
|
||||
|
||||
@@ -3,7 +3,7 @@ import QtQuick.Controls 2.2
|
||||
|
||||
Label {
|
||||
text: section + " • " + Qt.formatTime(time, "hh:mm")
|
||||
font.pointSize: 9.75
|
||||
font.pixelSize: 13
|
||||
font.weight: Font.Medium
|
||||
font.capitalization: Font.AllUppercase
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
Reference in New Issue
Block a user