diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-12 17:33:17 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-12 17:33:17 +1000 |
| commit | 6f7aff6f3425cf8c98ffeb91fb9603605b1128fb (patch) | |
| tree | 315fa12d344933473f054fc9a8496657230651d0 /config/NotifsConfig.qml | |
| parent | brightness: fix for brightnessctl (diff) | |
| download | caelestia-shell-6f7aff6f3425cf8c98ffeb91fb9603605b1128fb.tar.gz caelestia-shell-6f7aff6f3425cf8c98ffeb91fb9603605b1128fb.tar.bz2 caelestia-shell-6f7aff6f3425cf8c98ffeb91fb9603605b1128fb.zip | |
notifs: show multiline summary on expand
Also fix action binding loop
Diffstat (limited to 'config/NotifsConfig.qml')
| -rw-r--r-- | config/NotifsConfig.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/NotifsConfig.qml b/config/NotifsConfig.qml index 10d0a4f..34b9226 100644 --- a/config/NotifsConfig.qml +++ b/config/NotifsConfig.qml @@ -13,7 +13,7 @@ Singleton { component Sizes: QtObject { readonly property int width: 400 - readonly property int image: 50 + readonly property int image: 41 readonly property int badge: 20 } } |