diff --git a/imports/Spectral/Component/Timeline/ImageDelegate.qml b/imports/Spectral/Component/Timeline/ImageDelegate.qml index 8efe6a3..c077842 100644 --- a/imports/Spectral/Component/Timeline/ImageDelegate.qml +++ b/imports/Spectral/Component/Timeline/ImageDelegate.qml @@ -89,6 +89,16 @@ ColumnLayout { } } + Rectangle { + anchors.fill: parent + + color: "transparent" + radius: 24 + + border.width: 2 + border.color: MPalette.banner + } + AutoMouseArea { anchors.fill: parent