use StyledImage in more places

This commit is contained in:
end-4
2025-09-28 11:52:35 +02:00
parent e97f819a5c
commit 05dc53b396
5 changed files with 5 additions and 19 deletions
@@ -161,7 +161,7 @@ Item { // Player instance
}
}
Image { // Art image
StyledImage { // Art image
id: mediaArt
property int size: parent.height
anchors.fill: parent
@@ -170,7 +170,6 @@ Item { // Player instance
fillMode: Image.PreserveAspectCrop
cache: false
antialiasing: true
asynchronous: true
width: size
height: size