[vlc-commits] qml: add margin_xxlarge value to VLCStyle

Prince Gupta git at videolan.org
Fri Jul 24 11:45:22 CEST 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Thu Jul  9 17:03:59 2020 +0530| [87d444cc1079e168a1f7ef2e3b28a94d54d7cf6b] | committer: Pierre Lamot

qml: add margin_xxlarge value to VLCStyle

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

 modules/gui/qt/style/VLCStyle.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/qt/style/VLCStyle.qml b/modules/gui/qt/style/VLCStyle.qml
index 3a476c290b..84d41f8b3d 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -42,6 +42,7 @@ Item {
     property double margin_normal: dp(16, scale);
     property double margin_large: dp(24, scale);
     property double margin_xlarge: dp(32, scale);
+    property double margin_xxlarge: dp(36, scale);
 
     property int fontSize_xsmall: fontMetrics_xsmall.font.pixelSize
     property int fontSize_small:  fontMetrics_small.font.pixelSize



More information about the vlc-commits mailing list