vlc | branch: master | Abel Tesfaye <[email protected]> | Wed Jul 31 10:59:08 2019 +0300| [a458904e0e364cf0355986dfecbc107ab30dc7da] | committer: Jean-Baptiste Kempf
qml: restore artist text Signed-off-by: Jean-Baptiste Kempf <[email protected]> > 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) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
