From acfef5103e66cfebcc882d8dd4f36daa0bb447cd Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 10 Aug 2025 21:48:57 +1000 Subject: lock: better lock anim --- config/LockConfig.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/LockConfig.qml b/config/LockConfig.qml index a64dd74..bcb753f 100644 --- a/config/LockConfig.qml +++ b/config/LockConfig.qml @@ -5,6 +5,8 @@ JsonObject { property Sizes sizes: Sizes {} component Sizes: JsonObject { + property real heightMult: 0.7 + property real ratio: 16 / 9 property int centerWidth: 600 } } -- cgit v1.2.3-freya