https://bugs.kde.org/show_bug.cgi?id=486304
--- Comment #16 from cwo <cwo....@posteo.net> --- I can reproduce this with non-monospace fonts as well. The problem is the width - if the text wraps, it's broken. (the joys of TextEdit word wrap...) The SelectableLabel that contains the text has the correct implicitHeight (and contentHeight) The OverlaySheet has the correct contentHeight The ScrollView in the OverlaySheet has the correct contentHeight The ScrollView's Flickable (contentHeight) is too short The Flickable's contentItem (implicitHeight) is too short The Flickable's contentItem's childrenRect has the correct size again. It happens right at the end. If I forcibly overwrite the Flickable's contentHeight it works (but if I do it earlier with a binding it gets overwritten). I have no idea why this happens. Might be an issue in Kirigami or in Qt. I don't think it's a problem in Plasma's use of OverlaySheet. -- You are receiving this mail because: You are watching all bug changes.