ResultDelegate: Fix height binding loop on multiline
This binding loop was making krunner freeze when the text expanded more than 3 lines
We shouldn't be setting the height
on an item based on their
childrens height. Luckily, the Layout automatically calculates
this for us
BUG: 454507 FIXED-IN: 5.24.6
I'm not sure whether to cherry-pick this also to 5.24LTS besides 5.25?
While the bug is difficult to trigger (there are not many multiline runners still), it's quite cumbersome and makes krunner unusable in those situations, so I'd say it qualifies.