Amend 9ad9d05f26
to fix wrong whitespaces
Task-number: QTBUG-117899 Pick-to: 6.7 6.6 6.5 Change-Id: I3726e0cdc743eb6c10a78d826b993cf71834663e Reviewed-by: Santhosh Kumar <santhosh.kumar.selvaraj@qt.io>
This commit is contained in:
parent
4f69dd2da0
commit
7b9f69a69e
|
@ -1292,25 +1292,25 @@ Item {
|
|||
Component {
|
||||
id: sizeHintBindingLoopComp
|
||||
Item {
|
||||
id: root
|
||||
anchors.fill: parent
|
||||
id: root
|
||||
anchors.fill: parent
|
||||
property var customWidth: 100
|
||||
RowLayout {
|
||||
id: col
|
||||
RowLayout {
|
||||
id: col
|
||||
Item {
|
||||
id: item
|
||||
implicitHeight: 80
|
||||
implicitWidth: Math.max(col2.implicitWidth, root.customWidth + 20)
|
||||
id: item
|
||||
implicitHeight: 80
|
||||
implicitWidth: Math.max(col2.implicitWidth, root.customWidth + 20)
|
||||
ColumnLayout {
|
||||
id: col2
|
||||
width: parent.width
|
||||
Item {
|
||||
id: rect
|
||||
implicitWidth: root.customWidth
|
||||
implicitHeight: 80
|
||||
}
|
||||
}
|
||||
}
|
||||
id: col2
|
||||
width: parent.width
|
||||
Item {
|
||||
id: rect
|
||||
implicitWidth: root.customWidth
|
||||
implicitHeight: 80
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue