From dd0b59959f2c4e04c34ef3ab6d799a44c5156bcc Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 3 Mar 2019 19:35:50 +0800 Subject: [PATCH] Fix #116. --- imports/Spectral/Component/Timeline/ImageDelegate.qml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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