From 01b38be6afbe660e3b9f9e136870a76afb69bf31 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 24 May 2025 13:31:36 +0800 Subject: internal: fix binding loops --- modules/notifications/Notification.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/notifications/Notification.qml') diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml index cc446c9..d8c8ba7 100644 --- a/modules/notifications/Notification.qml +++ b/modules/notifications/Notification.qml @@ -21,7 +21,7 @@ StyledRect { color: root.modelData?.urgency === NotificationUrgency.Critical ? Colours.palette.m3secondaryContainer : Colours.palette.m3surfaceContainer radius: Appearance.rounding.normal implicitWidth: NotifsConfig.sizes.width - implicitHeight: inner.height + implicitHeight: inner.implicitHeight x: NotifsConfig.sizes.width Component.onCompleted: x = 0 -- cgit v1.2.3-freya