From b37fe53fa6d674e6b5889b5081681885155f138f Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Wed, 11 Feb 2026 16:39:48 +0100 Subject: [PATCH] font --- Modules/Clock.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Clock.qml b/Modules/Clock.qml index 13c2fd6..9a6f0f4 100644 --- a/Modules/Clock.qml +++ b/Modules/Clock.qml @@ -19,7 +19,7 @@ Item { anchors.bottomMargin: 3 radius: 4 color: "transparent" - Text { + CustomText { id: timeText anchors.centerIn: parent