summaryrefslogtreecommitdiff
path: root/config/NotifsConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-12 17:33:17 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-12 17:33:17 +1000
commit6f7aff6f3425cf8c98ffeb91fb9603605b1128fb (patch)
tree315fa12d344933473f054fc9a8496657230651d0 /config/NotifsConfig.qml
parentbrightness: fix for brightnessctl (diff)
downloadcaelestia-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.qml2
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
}
}