Skip to content

column: Fix height for width request

Use the width allocated to the child instead of the width allocated to the column to compute the height requested by the column.

This avoids children whose height depends on their allocated width to be cropped at the bottom of the column because it doesn't request enough height.

Merge request reports