[vlc-commits] [Git][videolan/vlc][master] qml: extend artist list background through view display margin end
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Sun Mar 24 20:21:50 UTC 2024
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
c7b06f38 by Fatih Uzunoglu at 2024-03-24T19:58:21+00:00
qml: extend artist list background through view display margin end
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
=====================================
@@ -127,7 +127,7 @@ FocusScope {
visible: artistModel.count > 0
width: artistList.width
- height: artistList.height
+ height: artistList.height + artistList.displayMarginEnd
tintColor: artistList.colorContext.bg.secondary
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c7b06f38da3c3a39a188b3f053029c8f2e441853
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c7b06f38da3c3a39a188b3f053029c8f2e441853
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list