From 6e82fbc8b901d00acbeeddc724916818cb313b53 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 17 May 2025 20:27:30 +0800 Subject: refactor: use implicit size instead of actual size --- modules/notifications/Notification.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/notifications') 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 -- cgit v1.2.3-freya