Skip to content
Snippets Groups Projects
Commit eae903d8 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qml: use ScaledImage in ArtworkInfoWidget

parent 6ff7b188
No related branches found
No related tags found
1 merge request!4726qml: use ScaledImage in ArtworkInfoWidget
Pipeline #423453 passed with stage
in 18 minutes and 49 seconds
......@@ -95,14 +95,12 @@ AbstractButton {
contentItem: RowLayout {
spacing: VLCStyle.margin_xsmall
Image {
Widgets.ScaledImage {
id: coverImage
Layout.fillHeight: true
Layout.preferredWidth: root.height
sourceSize.width: root.height
source: {
if (!paintOnly && Player.artwork && Player.artwork.toString())
return Player.artwork
......
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