Fallback cover art for podcast item
This commit is contained in:
parent
34c37870a9
commit
20a6de82b4
2 changed files with 60 additions and 4 deletions
|
@ -31,7 +31,7 @@ ButtonArea {
|
|||
right: parent.right
|
||||
}
|
||||
|
||||
Image {
|
||||
CoverArt {
|
||||
id: cover
|
||||
visible: !updating
|
||||
|
||||
|
@ -41,13 +41,11 @@ ButtonArea {
|
|||
verticalCenter: parent.verticalCenter
|
||||
}
|
||||
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
|
||||
width: 80 * pgst.scalef
|
||||
height: 80 * pgst.scalef
|
||||
|
||||
source: coverart
|
||||
text: title
|
||||
}
|
||||
|
||||
PBusyIndicator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue