diff --git a/bar/modules/Notifications.qml b/bar/modules/Notifications.qml index cfad90d..e2dc57b 100644 --- a/bar/modules/Notifications.qml +++ b/bar/modules/Notifications.qml @@ -276,7 +276,7 @@ Rectangle { Rectangle { id: historyCard width: parent.width - height: Math.min(histHeader.implicitHeight + 56 + (notifHistory.count > 0 ? notifHistory.count * 76 : 90), 520) + height: Math.min(histHeader.implicitHeight + 56 + (notifHistory.count > 0 ? histCol.implicitHeight : 90), 520) anchors.top: root.isTop ? parent.top : undefined anchors.bottom: root.isTop ? undefined : parent.bottom