Use pixel size.

This commit is contained in:
Black Hat
2018-11-19 07:29:55 +08:00
parent c95ff1b4a0
commit 0ce98fc179
7 changed files with 26 additions and 26 deletions

View File

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