[vlc-devel] [PATCH 01/17] qml: add table section width and margin to VLCStyle

Prince Gupta guptaprince8832 at gmail.com
Fri Jun 19 16:06:14 CEST 2020


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

diff --git a/modules/gui/qt/style/VLCStyle.qml b/modules/gui/qt/style/VLCStyle.qml
index e951ea8506..8c9b4a7376 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -141,6 +141,9 @@ Item {
     property int button_width_normal: dp(96, scale)
     property int button_width_large: dp(128, scale)
 
+    property int table_section_width: dp(32, scale)
+    property int table_section_text_margin: dp(10, scale)
+
     //GridItem
     property int gridItem_network_height: VLCStyle.network_normal + VLCStyle.fontHeight_normal + VLCStyle.fontHeight_small + VLCStyle.margin_xxsmall * 4
     property int gridItem_network_width: VLCStyle.network_normal + VLCStyle.margin_xxsmall * 4
-- 
2.25.1



More information about the vlc-devel mailing list