diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-22 18:32:28 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-22 18:32:28 +1000 |
| commit | a59cc0474b5f1033387d14c08fbf83c68c50a7c5 (patch) | |
| tree | e70c4377948c8dac36b05e14b2d9fe99cee60b55 /config/LockConfig.qml | |
| parent | internal: oop forgot to commit this (diff) | |
| download | caelestia-shell-a59cc0474b5f1033387d14c08fbf83c68c50a7c5.tar.gz caelestia-shell-a59cc0474b5f1033387d14c08fbf83c68c50a7c5.tar.bz2 caelestia-shell-a59cc0474b5f1033387d14c08fbf83c68c50a7c5.zip | |
lock: better buttons
Diffstat (limited to 'config/LockConfig.qml')
| -rw-r--r-- | config/LockConfig.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/LockConfig.qml b/config/LockConfig.qml index 133f189..c3474a3 100644 --- a/config/LockConfig.qml +++ b/config/LockConfig.qml @@ -22,7 +22,7 @@ JsonObject { property int mediaCoverBorder: 3 property int largeScreenWidth: 2560 property int smallScreenWidth: 1080 - property int buttonsWidth: 500 + property int buttonsWidth: 400 property int buttonsWidthSmall: 300 } } |