Skip to content
Snippets Groups Projects
Commit c4e3088c authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Pierre Lamot
Browse files

qml: add rounded edge in MusicInfoExpandDelegate's cover


Signed-off-by: default avatarPierre Lamot <pierre@videolabs.io>
parent 19782b4e
No related branches found
No related tags found
No related merge requests found
......@@ -76,11 +76,12 @@ Widgets.NavigableFocusScope {
spacing: VLCStyle.margin_normal
/* A bigger cover for the album */
Image {
Widgets.RoundImage {
id: expand_cover_id
asynchronous: true
height: VLCStyle.expandCover_music_height
width: VLCStyle.expandCover_music_width
radius: VLCStyle.expandCover_music_radius
source: model.cover || VLCStyle.noArtAlbum
sourceSize: Qt.size(width, height)
}
......
......@@ -166,6 +166,7 @@ Item {
property int expandCover_music_height: dp(171, scale)
property int expandCover_music_width: dp(171, scale)
property int expandCover_music_radius: gridCover_radius
property int artistGridCover_radius: dp(90, scale)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment