From ac24024c039e5aff18574a81e36a189b6fd29afc Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 5 May 2026 02:01:13 +1000 Subject: [PATCH] fix: enable auto padding for lyric glow Still slightly clipped on the left (due to list view) but shouldn't be noticeable --- modules/dashboard/media/LyricList.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/dashboard/media/LyricList.qml b/modules/dashboard/media/LyricList.qml index 03b13716..73ab1c17 100644 --- a/modules/dashboard/media/LyricList.qml +++ b/modules/dashboard/media/LyricList.qml @@ -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 {