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 anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: StyledText.AlignHCenter horizontalAlignment: StyledText.AlignHCenter
text: Time.format("hh\nmm") text: Time.format("hh:mm")
font.pointSize: Appearance.font.size.smaller font.pointSize: Appearance.font.size.tiny
font.family: Appearance.font.family.mono font.family: Appearance.font.family.mono
color: root.colour color: root.colour
} }