[vlc-commits] qml: change MusicArtist headers to InlineHeader so that headers scrolls with content

Prince Gupta git at videolan.org
Mon Aug 10 12:09:48 CEST 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Fri Jul 24 11:33:23 2020 +0530| [d020e5b4493afe5a7f0b0f0d01e64a64fc959976] | committer: Pierre Lamot

qml: change MusicArtist headers to InlineHeader so that headers scrolls with content

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

 modules/gui/qt/medialibrary/qml/MusicArtist.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt/medialibrary/qml/MusicArtist.qml b/modules/gui/qt/medialibrary/qml/MusicArtist.qml
index 366ee04b87..ae07cec5aa 100644
--- a/modules/gui/qt/medialibrary/qml/MusicArtist.qml
+++ b/modules/gui/qt/medialibrary/qml/MusicArtist.qml
@@ -320,6 +320,7 @@ Widgets.NavigableFocusScope {
             }
             navigationParent: root
             header: root.header
+            headerPositioning: ListView.InlineHeader
 
             sortModel:  [
                 { isPrimary: true, criteria: "title", width: VLCStyle.colWidth(2), text: i18n.qtr("Title"), headerDelegate: tableColumns.titleHeaderDelegate, colDelegate: tableColumns.titleDelegate },



More information about the vlc-commits mailing list