diff --git a/.config/quickshell/ii/modules/common/widgets/NotificationItem.qml b/.config/quickshell/ii/modules/common/widgets/NotificationItem.qml index 3aafdc400..0c0fa40a4 100644 --- a/.config/quickshell/ii/modules/common/widgets/NotificationItem.qml +++ b/.config/quickshell/ii/modules/common/widgets/NotificationItem.qml @@ -173,7 +173,7 @@ Item { // Notification item area implicitHeight: summaryText.implicitHeight StyledText { id: summaryText - Layout.fillWidth: summaryTextMetrics.width >= summaryRow.width * root.summaryElideRatio + Layout.fillWidth: summaryTextMetrics.width >= summaryRow.implicitWidth * root.summaryElideRatio visible: !root.onlyNotification font.pixelSize: root.fontSize color: Appearance.colors.colOnLayer3