[vlc-commits] qml: expose contentWidth of listView
Abel Tesfaye
git at videolan.org
Wed Aug 21 15:09:01 CEST 2019
vlc | branch: master | Abel Tesfaye <Abeltesfaye45 at gmail.com> | Mon Aug 19 12:24:10 2019 +0300| [5965165aa04987eb33419ef8a7f6b5c513ef25f1] | committer: Jean-Baptiste Kempf
qml: expose contentWidth of listView
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5965165aa04987eb33419ef8a7f6b5c513ef25f1
---
modules/gui/qt/qml/utils/KeyNavigableListView.qml | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt/qml/utils/KeyNavigableListView.qml b/modules/gui/qt/qml/utils/KeyNavigableListView.qml
index c0f8ec3324..c3413ec2e7 100644
--- a/modules/gui/qt/qml/utils/KeyNavigableListView.qml
+++ b/modules/gui/qt/qml/utils/KeyNavigableListView.qml
@@ -44,6 +44,7 @@ NavigableFocusScope {
property alias contentX: view.contentX
property alias contentY: view.contentY
property alias contentHeight: view.contentHeight
+ property alias contentWidth: view.contentWidth
property alias footer: view.footer
property alias footerItem: view.footerItem
More information about the vlc-commits
mailing list