[vlc-devel] [PATCH 06/15] qml: add cover sizes for Music Expand Delegate in VLCStyle

Prince Gupta guptaprince8832 at gmail.com
Tue Jul 21 14:18:04 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 e12c9857d0..3a476c290b 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -150,6 +150,9 @@ Item {
     property int gridCover_video_height: ( gridCover_video_width * 10.0 ) / 16
     property int gridCover_video_border: dp(3, scale)
 
+    property int expandCover_music_height: dp(171, scale)
+    property int expandCover_music_width: dp(171, scale)
+
     //GridItem
     property int gridItem_network_width: VLCStyle.gridCover_network_width
     property int gridItem_network_height: VLCStyle.gridCover_network_height + VLCStyle.margin_xsmall + VLCStyle.fontHeight_normal + VLCStyle.fontHeight_small
-- 
2.25.1



More information about the vlc-devel mailing list