This commit is contained in:
pika 2025-06-10 16:02:31 +02:00
parent 0296117901
commit 12213b0008

View file

@ -25,8 +25,8 @@ Column {
anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: StyledText.AlignHCenter
text: Time.format("hh\nmm")
font.pointSize: Appearance.font.size.smaller
text: Time.format("hh:mm")
font.pointSize: Appearance.font.size.tiny
font.family: Appearance.font.family.mono
color: root.colour
}