summaryrefslogtreecommitdiff
path: root/modules/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'modules/notifications')
-rw-r--r--modules/notifications/Notification.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml
index 3844aaf..594d9de 100644
--- a/modules/notifications/Notification.qml
+++ b/modules/notifications/Notification.qml
@@ -104,8 +104,8 @@ StyledRect {
sourceComponent: ClippingRectangle {
radius: Appearance.rounding.full
- width: NotifsConfig.sizes.image
- height: NotifsConfig.sizes.image
+ implicitWidth: NotifsConfig.sizes.image
+ implicitHeight: NotifsConfig.sizes.image
Image {
anchors.fill: parent