diff options
Diffstat (limited to 'modules/lock/LockSurface.qml')
| -rw-r--r-- | modules/lock/LockSurface.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lock/LockSurface.qml b/modules/lock/LockSurface.qml index 1062074..88bd1af 100644 --- a/modules/lock/LockSurface.qml +++ b/modules/lock/LockSurface.qml @@ -133,7 +133,7 @@ WlSessionLockSurface { Anim { target: lockBg property: "radius" - to: Appearance.rounding.large + to: Appearance.rounding.large * 1.5 } Anim { target: lockBg |