vlc | branch: master | Prince Gupta <[email protected]> | Wed Jun  3 
16:53:10 2020 +0530| [fb54e34fef8eea6dcf06fc72940662eee9fd20a5] | committer: 
Pierre Lamot

qml: add table section width and margin to VLCStyle

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

 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

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to