summaryrefslogtreecommitdiff
path: root/modules/lock/LockSurface.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-10 23:39:33 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-10 23:39:33 +1000
commit2defabfd83c0716ce8db3ead5f75b9cedb86eb23 (patch)
treee0b57cedea6ad984f467c3eb2202d9bce533320e /modules/lock/LockSurface.qml
parentlock: fix button (diff)
downloadcaelestia-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.qml2
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