vlc | branch: master | Prince Gupta <[email protected]> | Fri Jun 5 21:15:24 2020 +0530| [0b3ed042ced9197f0046a905cddc28877470533c] | committer: Pierre Lamot
qml: add sizes for video and music tracklist in VLCStyle > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0b3ed042ced9197f0046a905cddc28877470533c --- 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; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
