Skip to content

delegates: Ceil (Icon)TitleSubtitle's implicitWidth

Arjen Hiemstra requested to merge work/ahiemstra/delegateceil into master

We can end up with a fractional implicitWidth, which when put in a layout results in truncating the last character. So make sure we always have enough space in that case by ceiling it.

Merge request reports