From b770213e09df504661f87546c3504230e2030020 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Wed, 17 Mar 2021 21:35:24 -0400 Subject: [PATCH] Revert "Maintain timeline container author height" This commit did not work, and was setting a readonly property. --- imports/NeoChat/Component/Timeline/TimelineContainer.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/imports/NeoChat/Component/Timeline/TimelineContainer.qml b/imports/NeoChat/Component/Timeline/TimelineContainer.qml index f0b11c74c..697460021 100644 --- a/imports/NeoChat/Component/Timeline/TimelineContainer.qml +++ b/imports/NeoChat/Component/Timeline/TimelineContainer.qml @@ -174,8 +174,6 @@ Item { sourceComponent: RowLayout { id: rowLayout - // maintain loader height - Component.onCompleted: topRow.implicitHeight = rowLayout.implicitHeight QQC2.Label { Layout.fillWidth: true