[vlc-commits] [Git][videolan/vlc][master] qml: add missing required property

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Jun 13 10:27:01 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
d7440f6f by Prince Gupta at 2024-06-13T10:14:41+00:00
qml: add missing required property

- - - - -


1 changed file:

- modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml


Changes:

=====================================
modules/gui/qt/medialibrary/qml/MusicAlbumsGridExpandDelegate.qml
=====================================
@@ -251,6 +251,8 @@ FocusScope {
                             text: VLCIcons.close
                             focus: true
 
+                            description: qsTr("Close Panel")
+
                             Navigation.parentItem: headerFocusScope
                             Layout.rightMargin: VLCStyle.margin_small
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d7440f6f3568ceca9e061abf5940a517e7be464f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d7440f6f3568ceca9e061abf5940a517e7be464f
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list