fix: enable auto padding for lyric glow
Still slightly clipped on the left (due to list view) but shouldn't be noticeable
This commit is contained in:
parent
a502201938
commit
ac24024c03
1 changed files with 0 additions and 1 deletions
|
|
@ -278,7 +278,6 @@ Item {
|
||||||
shadowOpacity: 0.5 * lyric.effectScale
|
shadowOpacity: 0.5 * lyric.effectScale
|
||||||
shadowBlur: 0.6 * lyric.effectScale
|
shadowBlur: 0.6 * lyric.effectScale
|
||||||
blur: 0.4 * lyric.effectScale
|
blur: 0.4 * lyric.effectScale
|
||||||
autoPaddingEnabled: false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Behavior on effectScale {
|
Behavior on effectScale {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue