[vlc-commits] qml: add cover sizes for Music Expand Delegate in VLCStyle

Prince Gupta git at videolan.org
Fri Jul 24 11:45:21 CEST 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Thu Jun 25 00:58:44 2020 +0530| [fe49aaf6bdaf8e9f8cc8950913fa30552f3881a7] | committer: Pierre Lamot

qml: add cover sizes for Music Expand Delegate in VLCStyle

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

 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



More information about the vlc-commits mailing list