Centre the timline when using bubbles but not in compact mode

This commit is contained in:
James Graham
2022-07-03 14:02:39 +01:00
parent 7dc951d2cd
commit a96e8958c9
8 changed files with 44 additions and 18 deletions

View File

@@ -40,7 +40,7 @@ TimelineContainer {
innerObject: Video {
id: vid
Layout.maximumWidth: videoDelegate.bubbleMaxWidth
Layout.maximumWidth: videoDelegate.contentMaxWidth
Layout.fillWidth: true
Layout.maximumHeight: Kirigami.Units.gridUnit * 15
Layout.minimumHeight: Kirigami.Units.gridUnit * 5