From a8ac0922777bbe08770b33b798ecab875e79c961 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 11 Jan 2025 23:57:02 +0100 Subject: [PATCH] Improve look of the clock --- microkodi/qml/Main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microkodi/qml/Main.qml b/microkodi/qml/Main.qml index 87876c1..6840913 100644 --- a/microkodi/qml/Main.qml +++ b/microkodi/qml/Main.qml @@ -65,6 +65,6 @@ Window { anchors.top: wallpaperImage.top anchors.topMargin: 20 anchors.rightMargin: 20 - font.pixelSize: 50 + font.pixelSize: window.height * 0.1 } } \ No newline at end of file