[vlc-commits] qml: set ExpandGridView's spacing with column margins

Prince Gupta git at videolan.org
Fri Jul 3 14:59:34 CEST 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Thu Jun 11 19:27:30 2020 +0530| [e8d00a95b5a878458393c3b63e1788487c331760] | committer: Pierre Lamot

qml: set ExpandGridView's spacing with column margins

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

 modules/gui/qt/widgets/qml/ExpandGridView.qml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt/widgets/qml/ExpandGridView.qml b/modules/gui/qt/widgets/qml/ExpandGridView.qml
index 6f348111fc..c609274546 100644
--- a/modules/gui/qt/widgets/qml/ExpandGridView.qml
+++ b/modules/gui/qt/widgets/qml/ExpandGridView.qml
@@ -32,8 +32,8 @@ NavigableFocusScope {
     property int marginBottom: root.cellHeight / 2
     property int marginTop: root.cellHeight / 3
 
-    property int horizontalSpacing: VLCStyle.margin_normal
-    property int verticalSpacing: VLCStyle.margin_normal
+    property int horizontalSpacing: VLCStyle.column_margin_width
+    property int verticalSpacing: VLCStyle.column_margin_width
 
     readonly property int _effectiveCellWidth: cellWidth + horizontalSpacing
     readonly property int _effectiveCellHeight: cellHeight + verticalSpacing



More information about the vlc-commits mailing list