diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-10 23:39:33 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-10 23:39:33 +1000 |
| commit | 2defabfd83c0716ce8db3ead5f75b9cedb86eb23 (patch) | |
| tree | e0b57cedea6ad984f467c3eb2202d9bce533320e /modules/lock/LockSurface.qml | |
| parent | lock: fix button (diff) | |
| download | caelestia-shell-2defabfd83c0716ce8db3ead5f75b9cedb86eb23.tar.gz caelestia-shell-2defabfd83c0716ce8db3ead5f75b9cedb86eb23.tar.bz2 caelestia-shell-2defabfd83c0716ce8db3ead5f75b9cedb86eb23.zip | |
lock: larger outer rounding
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 |