diff --git a/shell/lock/LockSurface.qml b/shell/lock/LockSurface.qml index 56e35b5..df5204c 100644 --- a/shell/lock/LockSurface.qml +++ b/shell/lock/LockSurface.qml @@ -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