From 229d17be35ff624c84af183a917e009e50d6e24b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 12 Mar 2026 22:28:56 +1100 Subject: notifs: add sourceSize to notification images --- modules/notifications/Notification.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/notifications/Notification.qml') diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml index 8c2d3ec..1e8f8fe 100644 --- a/modules/notifications/Notification.qml +++ b/modules/notifications/Notification.qml @@ -124,6 +124,8 @@ StyledRect { anchors.fill: parent source: Qt.resolvedUrl(root.modelData.image) fillMode: Image.PreserveAspectCrop + sourceSize.width: Config.notifs.sizes.image + sourceSize.height: Config.notifs.sizes.image cache: false asynchronous: true } -- cgit v1.2.3-freya