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:
2 * r + 2 * t 2026-05-05 02:01:13 +10:00
parent a502201938
commit ac24024c03

View file

@ -278,7 +278,6 @@ Item {
shadowOpacity: 0.5 * lyric.effectScale
shadowBlur: 0.6 * lyric.effectScale
blur: 0.4 * lyric.effectScale
autoPaddingEnabled: false
}
Behavior on effectScale {