attempting to add some more blur to servicelist

This commit is contained in:
Chris Cochrun 2022-10-13 16:30:20 -05:00
parent 4ced8bc4a0
commit 2d276a3c1f
2 changed files with 13 additions and 1 deletions

View file

@ -25,9 +25,13 @@ Item {
FastBlur {
id: backgroundBlur
source: background
source: ShaderEffectSource {
sourceItem: background
sourceRect: Qt.rect(0, 0, backgroundBlur.width, backgroundBlur.height)
}
anchors.fill: parent
radius: 82
opacity: 0.60
}
ColumnLayout {