diff options
Diffstat (limited to 'modules/notifications/Notification.qml')
| -rw-r--r-- | modules/notifications/Notification.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |