From f014b5eb3a6e32281536a894b7bbc10f4acfe3ea Mon Sep 17 00:00:00 2001 From: expectocode Date: Sat, 11 May 2019 14:11:16 +0100 Subject: [PATCH] Redo square images --- imports/Spectral/Component/Timeline/ImageDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }