Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.7
-
None
Description
The combined size of the layout child items shouldn't be more than the size of the layout itself.
// code placeholder Item { id: rootItem width: 110 height: 100 // Check default layout size policy RowLayout { spacing: 0 anchors.fill: parent Rectangle {} Button {} Frame {} } }