Skip to content

Fix PassiveNotificationsManager height for wrapped text

Jack Hill requested to merge jackh/kirigami:passive-notifications into master

This seems more like a hack than a fix. contentItem.implicitHeight wasn't being updated properly ('twas set to 0), so we have to force it with void contentItem.implicitHeight.

Before After
before after

BUG: 476021

Edited by Jack Hill

Merge request reports