[vlc-commits] [Git][videolan/vlc][master] qml: fix the MusicArtists page play icon size
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Thu Jul 23 13:06:23 UTC 2026
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
4b40d1c9 by Raghav Narayan at 2026-07-23T14:10:56+02:00
qml: fix the MusicArtists page play icon size
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/MusicAllArtists.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/MusicAllArtists.qml
=====================================
@@ -143,7 +143,6 @@ MainViewLoader {
title: model.name || qsTr("Unknown artist")
subtitle: qsTr("%1 song", "%1 songs", model.nb_tracks).arg(model.nb_tracks)
titleTopMargin: artistGrid.titleTopMargin
- playIconSize: VLCStyle.play_cover_small
textAlignHCenter: true
dragItem: artistsDragItem
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4b40d1c9c6ac6b3c5b5a4241e035dea6e3c85ba0
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/4b40d1c9c6ac6b3c5b5a4241e035dea6e3c85ba0
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list