-
Bug
-
Resolution: Incomplete
-
P1: Critical
-
None
-
6.0.0, 6.2.0
There is an issue when layouts are used in following way:
ColumnLayout {
id: topLayout
anchors.fill: parent
RowLayout {
Rectangle {
id: colorWell
width: height
height: sliders.height
color: "red"
}
ColumnLayout {
id: sliders
Slider {
id:s
Layout.fillWidth: true
focus: true
}
Slider {
id:s1
Layout.fillWidth: true
focus: true
}
}
}
}
Please refer to attached snapshots for difference in behavior of 5.15.x and 6.x