[vlc-commits] qml: restore artist text

Abel Tesfaye git at videolan.org
Wed Jul 31 15:27:04 CEST 2019


vlc | branch: master | Abel Tesfaye <Abeltesfaye45 at gmail.com> | Wed Jul 31 10:59:08 2019 +0300| [a458904e0e364cf0355986dfecbc107ab30dc7da] | committer: Jean-Baptiste Kempf

qml: restore artist text

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a458904e0e364cf0355986dfecbc107ab30dc7da
---

 modules/gui/qt/qml/mediacenter/MusicArtistsDisplay.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/qml/mediacenter/MusicArtistsDisplay.qml b/modules/gui/qt/qml/mediacenter/MusicArtistsDisplay.qml
index 69774a7ace..cf60de0337 100644
--- a/modules/gui/qt/qml/mediacenter/MusicArtistsDisplay.qml
+++ b/modules/gui/qt/qml/mediacenter/MusicArtistsDisplay.qml
@@ -46,7 +46,7 @@ Utils.NavigableFocusScope {
 
         delegate: Utils.ListItem {
             height: VLCStyle.icon_normal
-            width: parent.width
+            width: artistList.width
 
             color: VLCStyle.colors.getBgColor(delegateModel.inSelected, this.hovered, this.activeFocus)
 



More information about the vlc-commits mailing list