bar: fix media title spilling for non-verbose

This commit is contained in:
end-4 2025-07-13 00:20:58 +07:00
parent 59afc892f4
commit e98f84d9bc

View file

@ -68,6 +68,7 @@ Item {
}
StyledText {
visible: Config.options.bar.verbose
width: rowLayout.width - (CircularProgress.size + rowLayout.spacing * 2)
Layout.alignment: Qt.AlignVCenter
Layout.fillWidth: true // Ensures the text takes up available space