Skip to content

notifications/NotificationItem.qml: use implicitWidth only when grouped

Akseli Lahtinen requested to merge work/cherry-pick-aa77ae7d into Plasma/6.1

Outside of group this will cause the notification to shrink, but if preferredWidth is completely removed, inside the group it will take too much space and make the buttons out of screen.

BUG:487533

(cherry picked from commit aa77ae7d)

9ebb3009 notifications/NotificationItem.qml: use implicitWidth only when grouped

Co-authored-by: Akseli Lahtinen akselmo@akselmo.dev

Merge request reports