From d2e11bb3bbff923ec786ea1c308958bbe4b7f8a3 Mon Sep 17 00:00:00 2001 From: Oliver Beard Date: Thu, 19 Sep 2024 22:23:59 +0100 Subject: [PATCH] timeline: Round separators for replies and link previews --- src/timeline/LinkPreviewComponent.qml | 1 + src/timeline/ReplyComponent.qml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/timeline/LinkPreviewComponent.qml b/src/timeline/LinkPreviewComponent.qml index 2025909a6..f29af4116 100644 --- a/src/timeline/LinkPreviewComponent.qml +++ b/src/timeline/LinkPreviewComponent.qml @@ -69,6 +69,7 @@ QQC2.Control { Layout.fillHeight: true width: Kirigami.Units.smallSpacing color: Kirigami.Theme.highlightColor + radius: Kirigami.Units.cornerRadius } Image { id: previewImage diff --git a/src/timeline/ReplyComponent.qml b/src/timeline/ReplyComponent.qml index fa23ff19e..e24b51cb6 100644 --- a/src/timeline/ReplyComponent.qml +++ b/src/timeline/ReplyComponent.qml @@ -63,6 +63,7 @@ RowLayout { implicitWidth: Kirigami.Units.smallSpacing color: root.replyAuthor.color + radius: Kirigami.Units.cornerRadius } ColumnLayout { id: contentColumn