From 2aa87f7dd68485f3b989b1e64af46f321b2ad90e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 4 May 2026 17:44:57 +1000 Subject: [PATCH] fix: wrap lyrics --- modules/dashboard/media/LyricList.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/dashboard/media/LyricList.qml b/modules/dashboard/media/LyricList.qml index bd222d2b..03b13716 100644 --- a/modules/dashboard/media/LyricList.qml +++ b/modules/dashboard/media/LyricList.qml @@ -263,9 +263,13 @@ Item { required property string modelData property real effectScale: ListView.isCurrentItem ? 1 : 0 + anchors.left: ListView.view?.contentItem.left + anchors.right: ListView.view?.contentItem.right + text: modelData || ". . ." color: ListView.isCurrentItem ? Colours.palette.m3primary : Colours.palette.m3outline font: Tokens.font.body.medium + wrapMode: Text.WrapAtWordBoundaryOrAnywhere layer.enabled: effectScale > 0 layer.effect: MultiEffect {