From 8948ff5faa8a1a8503ccca9c378abd278b9ef820 Mon Sep 17 00:00:00 2001 From: James Graham Date: Tue, 24 Jan 2023 20:00:02 +0000 Subject: [PATCH] Add padding to the right of the timeline delegate highlight same as left --- src/qml/Component/Timeline/TimelineContainer.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/Component/Timeline/TimelineContainer.qml b/src/qml/Component/Timeline/TimelineContainer.qml index 12be8185c..7400612f4 100644 --- a/src/qml/Component/Timeline/TimelineContainer.qml +++ b/src/qml/Component/Timeline/TimelineContainer.qml @@ -87,6 +87,7 @@ ColumnLayout { Layout.fillWidth: true Layout.topMargin: showAuthor ? Kirigami.Units.largeSpacing : (Config.compactLayout ? 1 : Kirigami.Units.smallSpacing) Layout.leftMargin: Kirigami.Units.smallSpacing + Layout.rightMargin: Kirigami.Units.smallSpacing implicitHeight: Math.max(model.showAuthor ? avatar.implicitHeight : 0, bubble.height)