From 7a27d4126f06bc92041bd909929ebcdebb4a6cee Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 25 Jun 2025 17:45:26 +1000 Subject: lock: add session buttons --- config/LockConfig.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/LockConfig.qml b/config/LockConfig.qml index 8bbf284..dcb7d70 100644 --- a/config/LockConfig.qml +++ b/config/LockConfig.qml @@ -19,5 +19,7 @@ JsonObject { property int mediaCoverBorder: 3 property int largeScreenWidth: 2560 property int smallScreenWidth: 1080 + property int buttonsWidth: 500 + property int buttonsWidthSmall: 300 } } -- cgit v1.2.3-freya