[vlc-devel] [PATCH 09/14] qml: set ExpandGridView's spacing with column margins

Prince Gupta guptaprince8832 at gmail.com
Thu Jul 2 14:23:18 CEST 2020


---
 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
-- 
2.25.1



More information about the vlc-devel mailing list