From ba1c6fda43c44237a4fe5db092d6441eb85ef2dc Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 10 Aug 2025 17:17:51 +1000 Subject: lock: add content + better unlock anim --- config/LockConfig.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config/LockConfig.qml') diff --git a/config/LockConfig.qml b/config/LockConfig.qml index c3474a3..0a62493 100644 --- a/config/LockConfig.qml +++ b/config/LockConfig.qml @@ -5,12 +5,11 @@ JsonObject { property Sizes sizes: Sizes {} component Sizes: JsonObject { - property int border: 100 property int clockWidth: 800 property int clockHeight: 200 property int inputWidth: 600 property int inputHeight: 200 - property int faceSize: 100 + property int faceSize: 200 property int weatherWidth: 400 property int weatherHeight: 100 property int mediaWidth: 600 -- cgit v1.2.3-freya