[vlc-commits] qml: emphasize MusicAlbumsGridExpandDelegate title
Abel Tesfaye
git at videolan.org
Tue Aug 20 18:21:25 CEST 2019
vlc | branch: master | Abel Tesfaye <Abeltesfaye45 at gmail.com> | Wed Jul 31 15:34:03 2019 +0300| [793a9986bf55865796eed2c5f0de4fa1e72aabae] | committer: Jean-Baptiste Kempf
qml: emphasize MusicAlbumsGridExpandDelegate title
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=793a9986bf55865796eed2c5f0de4fa1e72aabae
---
modules/gui/qt/qml/mediacenter/MusicAlbumsGridExpandDelegate.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/qml/mediacenter/MusicAlbumsGridExpandDelegate.qml b/modules/gui/qt/qml/mediacenter/MusicAlbumsGridExpandDelegate.qml
index bfdc645c4c..dd2ae60b57 100644
--- a/modules/gui/qt/qml/mediacenter/MusicAlbumsGridExpandDelegate.qml
+++ b/modules/gui/qt/qml/mediacenter/MusicAlbumsGridExpandDelegate.qml
@@ -203,7 +203,7 @@ Utils.NavigableFocusScope {
sortModel: ListModel {
ListElement{ criteria: "track_number"; width:0.10; visible: true; text: qsTr("#"); showSection: "" }
- ListElement{ criteria: "title"; width:0.70; visible: true; text: qsTr("Title"); showSection: "" }
+ ListElement{isPrimary: true; criteria: "title"; width:0.70; visible: true; text: qsTr("Title"); showSection: "" }
ListElement{ criteria: "duration"; width:0.20; visible: true; text: qsTr("Duration"); showSection: "" }
}
focus: true
More information about the vlc-commits
mailing list