Maintain timeline container author height

This commit is contained in:
Devin Lin
2021-03-17 21:35:24 -04:00
parent 32f3748ced
commit 525d691cf8

View File

@@ -169,6 +169,8 @@ Item {
sourceComponent: RowLayout {
id: rowLayout
// maintain loader height
Component.onCompleted: topRow.implicitHeight = rowLayout.implicitHeight
QQC2.Label {
Layout.fillWidth: true