diff --git a/imports/Spectral/Component/Timeline/ImageDelegate.qml b/imports/Spectral/Component/Timeline/ImageDelegate.qml index e72888d..d46ede4 100644 --- a/imports/Spectral/Component/Timeline/ImageDelegate.qml +++ b/imports/Spectral/Component/Timeline/ImageDelegate.qml @@ -91,7 +91,7 @@ RowLayout { maskSource: Rectangle { width: img.width height: img.height - radius: 18 + radius: 5 } }