Skip to content

notifications/NotificationItem.qml: use implicitWidth only when grouped

Reason for the change

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.

Screenshots or screen recordings

Before After
image image

Bugs fixed

BUG:487533

Edited by Akseli Lahtinen

Merge request reports