refactor: Move TimelineLayout into Component

This commit is contained in:
Pascal Precht 2021-02-17 14:43:48 +01:00 committed by Iuri Matias
parent 10636c2460
commit 3d8f7ad463
1 changed files with 3 additions and 1 deletions

View File

@ -344,7 +344,9 @@ RowLayout {
Loader {
id: timelineLayoutContainer
sourceComponent: TimelineLayout {}
sourceComponent: Component {
TimelineLayout {}
}
onLoaded: timelineLayoutContainer.item.onActivated()
active: false
Layout.fillWidth: true