Skip to content

RadioDelegate: Port to standard expressions for implicit size

ivan tkachenko requested to merge work/ratijas/radio-sizing into master

Somewhat continuation of 0dfd6e57

Fixes badly squashed delegates in Digital Clock applet's Time Zones page.


Honestly I can not explain this fix in technical terms. GammaRay shows that implicit sizes are fine on all levels, but at contentItem: RowLayout layer implicit is not being propagated into explicit for some reason. Since TitleSubtitle is based on Item with custom sizing; Maybe evil anchors vs. Layouts couldn't agree on order of polishing?

Merge request reports