[vlc-commits] qml: use ListLabel for title text in grid item

Prince Gupta git at videolan.org
Mon Jan 4 13:37:34 UTC 2021


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Fri Dec  4 17:52:46 2020 +0530| [8e3a3718fd6f13da0073dd483df5133eebd6a5ed] | committer: Pierre Lamot

qml: use ListLabel for title text in grid item

Signed-off-by: Pierre Lamot <pierre at videolabs.io>

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

 modules/gui/qt/widgets/qml/GridItem.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/widgets/qml/GridItem.qml b/modules/gui/qt/widgets/qml/GridItem.qml
index c8ca04b31e..8db96a4a21 100644
--- a/modules/gui/qt/widgets/qml/GridItem.qml
+++ b/modules/gui/qt/widgets/qml/GridItem.qml
@@ -339,7 +339,7 @@ FocusScope {
                     width: titleLabel.width
                     visible: root.title !== ""
 
-                    Widgets.MenuLabel {
+                    Widgets.ListLabel {
                         id: titleLabel
 
                         elide: Text.ElideNone



More information about the vlc-commits mailing list