Clock: text was too big

This commit is contained in:
LemmyCook 2025-09-05 18:59:53 -04:00
parent ad305b3754
commit 0a48e5f34f

View file

@ -18,6 +18,7 @@ Rectangle {
id: textItem
text: Time.time
anchors.centerIn: parent
font.pointSize: Style.fontSizeS * scaling
font.weight: Style.fontWeightBold
}