Skip to content

listview: Measure children only, not self

Benjamin Otte requested to merge wip/otte/for-main into main

The previous code would include CSS padding/margin/border in the measurement and that is wrong.

Until commit a96c75ff this was not actually visible, but afterwards listitems were allocated 16px too wide.

Test included

Merge request reports