diff --git a/containments/desktop/package/contents/ui/FolderItemDelegate.qml b/containments/desktop/package/contents/ui/FolderItemDelegate.qml --- a/containments/desktop/package/contents/ui/FolderItemDelegate.qml +++ b/containments/desktop/package/contents/ui/FolderItemDelegate.qml @@ -431,8 +431,8 @@ verticalOffset: 1 - radius: 5 - samples: 10 + radius: Math.round(5 * units.devicePixelRatio) + samples: radius * 2 + 1 spread: 0.05 color: "black" @@ -456,8 +456,8 @@ horizontalOffset: 1 verticalOffset: 1 - radius: 4 - samples: 9 + radius: Math.round(4 * units.devicePixelRatio) + samples: radius * 2 + 1 spread: 0.35 color: "black"