diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-25 16:37:12 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-25 16:37:12 +1000 |
| commit | 4d563a38af886ff51a69c3ff4892ccc92407e560 (patch) | |
| tree | 188351cccc9dbbf27b2e92e15aad1d482fc1216f /config/LockConfig.qml | |
| parent | lock: move media to bottom right if small screen (diff) | |
| download | caelestia-shell-4d563a38af886ff51a69c3ff4892ccc92407e560.tar.gz caelestia-shell-4d563a38af886ff51a69c3ff4892ccc92407e560.tar.bz2 caelestia-shell-4d563a38af886ff51a69c3ff4892ccc92407e560.zip | |
lock: shrink media if small screen
Diffstat (limited to 'config/LockConfig.qml')
| -rw-r--r-- | config/LockConfig.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/LockConfig.qml b/config/LockConfig.qml index 8b8b6fb..dfbf53f 100644 --- a/config/LockConfig.qml +++ b/config/LockConfig.qml @@ -11,8 +11,11 @@ JsonObject { property int weatherWidth: 400 property int weatherHeight: 100 property int mediaWidth: 600 + property int mediaWidthSmall: 450 property int mediaHeight: 170 + property int mediaHeightSmall: 150 property int mediaCoverSize: 150 + property int mediaCoverSizeSmall: 120 property int mediaCoverBorder: 3 } } |