[vlc-devel] [PATCH 23/29] qml: change MusicArtist headers to InlineHeader so that headers scrolls with content
Prince Gupta
guptaprince8832 at gmail.com
Tue Aug 4 13:34:56 CEST 2020
---
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 },
--
2.25.1
More information about the vlc-devel
mailing list