[vlc-devel] [PATCH 3/9] qml: add table cover border and cover icon size constants to KeyNavigableTableView

jagannatharjun guptaprince8832 at gmail.com
Fri Jun 5 17:27:19 CEST 2020


From: Prince Gupta <guptaprince8832 at gmail.com>

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

diff --git a/modules/gui/qt/style/VLCStyle.qml b/modules/gui/qt/style/VLCStyle.qml
index 99bdba7e54..691e48ae7d 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -75,6 +75,8 @@ Item {
 
     property int icon_topbar: 38 * scale
 
+    property int play_cover_small: 24 * scale
+
     property int cover_xxsmall: 32 * scale;
     property int cover_xsmall: 64 * scale;
     property int cover_small: 96 * scale;
@@ -134,7 +136,6 @@ Item {
     property int button_width_normal: 96 * scale
     property int button_width_large: 128 * 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
@@ -148,6 +149,8 @@ Item {
     property int column_width: 114 * scale
     property int column_margin_width: 32 * scale
 
+    property int table_cover_border: 2 * scale
+
     //global application margin "safe area"
     property int applicationHorizontalMargin: 0
     property int applicationVerticalMargin: 0
-- 
2.25.1



More information about the vlc-devel mailing list