Maybe fix implicitHeight binding loop now

This commit is contained in:
Carl Schwan
2021-03-18 01:33:51 +01:00
parent ee9f521a37
commit 0e521f5b03

View File

@@ -142,9 +142,8 @@ Item {
// bubble // bubble
QQC2.Control { QQC2.Control {
id: controlContainer id: controlContainer
Layout.fillWidth: true
Layout.maximumWidth: mainColumn.width - Kirigami.Units.gridUnit * 2 - Kirigami.Units.largeSpacing * 2 Layout.maximumWidth: mainColumn.width - Kirigami.Units.gridUnit * 2 - Kirigami.Units.largeSpacing * 2
Layout.preferredHeight: contentItem.implicitHeight implicitHeight: contentItem.implicitHeight
topPadding: 0 topPadding: 0
bottomPadding: 0 bottomPadding: 0
leftPadding: 0 leftPadding: 0