mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Fix shadow for spinner
This commit is contained in:
parent
9bd3cfb0fe
commit
02ebee87c2
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ Item {
|
|||
|
||||
MultiEffect {
|
||||
anchors.fill: row
|
||||
shadowBlur: 14
|
||||
blurMax: 14
|
||||
shadowEnabled: true
|
||||
shadowColor: spinner.foreground
|
||||
source: row
|
||||
|
|
Loading…
Reference in a new issue