Use pixel size.
This commit is contained in:
@@ -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