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