[vlc-devel] [PATCH 8/9] qml: add sizes for video and music tracklist in VLCStyle
jagannatharjun
guptaprince8832 at gmail.com
Fri Jun 5 17:27:24 CEST 2020
From: Prince Gupta <guptaprince8832 at gmail.com>
---
modules/gui/qt/style/VLCStyle.qml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/modules/gui/qt/style/VLCStyle.qml b/modules/gui/qt/style/VLCStyle.qml
index 691e48ae7d..1a010b769b 100644
--- a/modules/gui/qt/style/VLCStyle.qml
+++ b/modules/gui/qt/style/VLCStyle.qml
@@ -66,6 +66,11 @@ Item {
property int heightAlbumCover_large: 255 * scale;
property int heightAlbumCover_xlarge: 512 * scale;
+ property int listAlbumCover_height: 32 * scale
+ property int listAlbumCover_width: listAlbumCover_height * 16.0/9
+ property int trackListAlbumCover_width: 32 * scale
+ property int trackListAlbumCover_heigth: 32 * scale
+
property int icon_xsmall: 8 * scale;
property int icon_small: 16 * scale;
property int icon_normal: 32 * scale;
--
2.25.1
More information about the vlc-devel
mailing list