[vlc-commits] [Git][videolan/vlc][master] 2 commits: qml: fix artist list background visible when artist list is not
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sun Jun 23 11:17:50 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
fd1ceb2b by Prince Gupta at 2024-06-23T11:03:11+00:00
qml: fix artist list background visible when artist list is not
- - - - -
c204057b by Prince Gupta at 2024-06-23T11:03:11+00:00
qml: fix resize handle visible rect visible on small screen
- - - - -
1 changed file:
- modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
Changes:
=====================================
modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
=====================================
@@ -125,7 +125,7 @@ FocusScope {
Widgets.AcrylicBackground {
id: artistListBackground
- visible: artistModel.count > 0
+ visible: artistList.visible
width: artistList.width
height: artistList.height + artistList.displayMarginEnd
@@ -232,6 +232,7 @@ FocusScope {
implicitWidth: VLCStyle.border
color: artistList.colorContext.separator
+ visible: artistList.visible
}
MusicArtist {
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/a524b256730bdb69896374fdcc8746a98dc42998...c204057b119974dd945ca43b78ff2a8294b2109f
--
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/a524b256730bdb69896374fdcc8746a98dc42998...c204057b119974dd945ca43b78ff2a8294b2109f
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