Skip to content

containments/panel: fix Layout binding in `appletContainerComponent`

Fushan Wen requested to merge work/fuf/panel/fix-layout-size-binding into master

lastSpacer is still required because depending on implicitWidth/implicitHeight is not reliable as they are usually updated too late in a layout.

BUG: 454095 BUG: 454517 FIXED-IN: 5.25

  1. Before before

  2. After: after

  3. With Layout fix and without lastSpacer: without-lastSpacer

Edited by Fushan Wen

Merge request reports