[vlc-devel] [PATCH 07/15] qml: add margin_xxlarge value to VLCStyle
Prince Gupta
guptaprince8832 at gmail.com
Tue Jul 21 14:18:05 CEST 2020
---
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
--
2.25.1
More information about the vlc-devel
mailing list