increase lock screen clock size to fill more of screen height
This commit is contained in:
parent
494e17cce1
commit
d0c0efb0ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue