-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.10.0
-
None
ApplicationWindow {
visible: true
width: 640
height: 480
ColumnLayout
{
id: layout
anchors.fill: parent
anchors.margins: spacing
height: parent.height/3
Rectangle
{
Layout.fillHeight: true
Layout.fillWidth: true
}
Rectangle
{
Layout.fillHeight: true
Layout.fillWidth: true
}
}
Rectangle
{
anchors.fill: layout
color: "transparent"
border.color: "red"
}
}
On resize, the Rectangle contained in the ColumnLayout are reiszed as if the ColumLayout's height was 160.
- relates to
-
QTBUG-67020 Dynamic resizing problem with GridLayout, RowLayout, ColumnLayout holding items which have a Layout.fillWidth or Layout.fillHeight property
-
- Reported
-