From 0e521f5b03b8043bfe13091e126322806656a04e Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 18 Mar 2021 01:33:51 +0100 Subject: [PATCH] Maybe fix implicitHeight binding loop now --- imports/NeoChat/Component/Timeline/TimelineContainer.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/imports/NeoChat/Component/Timeline/TimelineContainer.qml b/imports/NeoChat/Component/Timeline/TimelineContainer.qml index 8c620e6cf..fee4bcd1d 100644 --- a/imports/NeoChat/Component/Timeline/TimelineContainer.qml +++ b/imports/NeoChat/Component/Timeline/TimelineContainer.qml @@ -142,9 +142,8 @@ Item { // bubble QQC2.Control { id: controlContainer - Layout.fillWidth: true Layout.maximumWidth: mainColumn.width - Kirigami.Units.gridUnit * 2 - Kirigami.Units.largeSpacing * 2 - Layout.preferredHeight: contentItem.implicitHeight + implicitHeight: contentItem.implicitHeight topPadding: 0 bottomPadding: 0 leftPadding: 0