increase lock screen clock size to fill more of screen height

This commit is contained in:
Damocles 2026-04-18 01:17:38 +02:00
parent 494e17cce1
commit d0c0efb0ee

View file

@ -122,7 +122,7 @@ WlSessionLockSurface {
id: _clockText
text: Qt.formatTime(new Date(), "HH:mm")
color: S.Theme.base05
font.pixelSize: Math.max(48, root.height * 0.18)
font.pixelSize: Math.max(48, root.height * 0.28)
font.family: S.Theme.fontFamily
font.bold: true