mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +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 {
|
MultiEffect {
|
||||||
anchors.fill: row
|
anchors.fill: row
|
||||||
shadowBlur: 14
|
blurMax: 14
|
||||||
shadowEnabled: true
|
shadowEnabled: true
|
||||||
shadowColor: spinner.foreground
|
shadowColor: spinner.foreground
|
||||||
source: row
|
source: row
|
||||||
|
|
Loading…
Reference in a new issue