diff options
Diffstat (limited to 'modules/launcher')
| -rw-r--r-- | modules/launcher/WallpaperItem.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/launcher/WallpaperItem.qml b/modules/launcher/WallpaperItem.qml index 0cb0200..c037440 100644 --- a/modules/launcher/WallpaperItem.qml +++ b/modules/launcher/WallpaperItem.qml @@ -43,6 +43,7 @@ StyledRect { id: mask layer.enabled: true + layer.smooth: true visible: false anchors.fill: image radius: Appearance.rounding.normal @@ -66,6 +67,8 @@ StyledRect { source: image maskEnabled: true maskSource: mask + maskSpreadAtMin: 1 + maskThresholdMin: 0.5 } StyledText { |