From 0a48e5f34f8902502121cf6a72a1c4c62c8cec40 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Fri, 5 Sep 2025 18:59:53 -0400 Subject: [PATCH] Clock: text was too big --- Widgets/NClock.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/Widgets/NClock.qml b/Widgets/NClock.qml index f1c0a9b..aa8ce33 100644 --- a/Widgets/NClock.qml +++ b/Widgets/NClock.qml @@ -18,6 +18,7 @@ Rectangle { id: textItem text: Time.time anchors.centerIn: parent + font.pointSize: Style.fontSizeS * scaling font.weight: Style.fontWeightBold }