Improve look of the clock

This commit is contained in:
PapaTutuWawa 2025-01-11 23:57:02 +01:00
parent a29a8c208b
commit a8ac092277

View File

@ -65,6 +65,6 @@ Window {
anchors.top: wallpaperImage.top anchors.top: wallpaperImage.top
anchors.topMargin: 20 anchors.topMargin: 20
anchors.rightMargin: 20 anchors.rightMargin: 20
font.pixelSize: 50 font.pixelSize: window.height * 0.1
} }
} }