diff --git a/src/timeline/AuthorComponent.qml b/src/timeline/AuthorComponent.qml index 85cb2f900..7e4647b9e 100644 --- a/src/timeline/AuthorComponent.qml +++ b/src/timeline/AuthorComponent.qml @@ -57,6 +57,9 @@ RowLayout { cursorShape: Qt.PointingHandCursor } } + Item { + Layout.fillWidth: true + } QQC2.Label { id: timeLabel text: root.timeString