timeline: Round separators for replies and link previews
This commit is contained in:
committed by
Joshua Goins
parent
a55bac899c
commit
d2e11bb3bb
@@ -69,6 +69,7 @@ QQC2.Control {
|
|||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
width: Kirigami.Units.smallSpacing
|
width: Kirigami.Units.smallSpacing
|
||||||
color: Kirigami.Theme.highlightColor
|
color: Kirigami.Theme.highlightColor
|
||||||
|
radius: Kirigami.Units.cornerRadius
|
||||||
}
|
}
|
||||||
Image {
|
Image {
|
||||||
id: previewImage
|
id: previewImage
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ RowLayout {
|
|||||||
|
|
||||||
implicitWidth: Kirigami.Units.smallSpacing
|
implicitWidth: Kirigami.Units.smallSpacing
|
||||||
color: root.replyAuthor.color
|
color: root.replyAuthor.color
|
||||||
|
radius: Kirigami.Units.cornerRadius
|
||||||
}
|
}
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: contentColumn
|
id: contentColumn
|
||||||
|
|||||||
Reference in New Issue
Block a user