attempting to add some more blur to servicelist
This commit is contained in:
parent
4ced8bc4a0
commit
2d276a3c1f
2 changed files with 13 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue