[vlc-commits] qml: add leftMargin, rightMargin, topMargin and bottomMargin properties to KeyNavigableListView

Prince Gupta git at videolan.org
Mon Aug 10 12:09:34 CEST 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Thu Jul 23 00:28:21 2020 +0530| [e2e04892472779e5c480923ce4534230c676d519] | committer: Pierre Lamot

qml: add leftMargin, rightMargin, topMargin and bottomMargin properties to KeyNavigableListView

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

 modules/gui/qt/widgets/qml/KeyNavigableListView.qml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/modules/gui/qt/widgets/qml/KeyNavigableListView.qml b/modules/gui/qt/widgets/qml/KeyNavigableListView.qml
index 8da3eff120..10fde64220 100644
--- a/modules/gui/qt/widgets/qml/KeyNavigableListView.qml
+++ b/modules/gui/qt/widgets/qml/KeyNavigableListView.qml
@@ -36,6 +36,11 @@ NavigableFocusScope {
     property alias model: view.model
     property alias delegate: view.delegate
 
+    property alias leftMargin: view.leftMargin
+    property alias rightMargin: view.rightMargin
+    property alias topMargin: view.topMargin
+    property alias bottomMargin: view.bottomMargin
+
     property alias originX: view.originX
     property alias originY: view.originY
 



More information about the vlc-commits mailing list