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 }