vlc | branch: master | Abel Tesfaye <[email protected]> | Wed Jul 31 
15:34:03 2019 +0300| [793a9986bf55865796eed2c5f0de4fa1e72aabae] | committer: 
Jean-Baptiste Kempf

qml: emphasize MusicAlbumsGridExpandDelegate title

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> 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

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to