mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +00:00
Add artist overview page
This commit is contained in:
parent
2398cc2997
commit
0c0b91dc4b
12 changed files with 399 additions and 23 deletions
|
@ -90,8 +90,8 @@ SilicaItem {
|
|||
id: blurhashImage
|
||||
anchors.fill: parent
|
||||
fillMode: root.fillMode
|
||||
sourceSize.height: 32
|
||||
sourceSize.width: 32 * aspectRatio
|
||||
sourceSize.height: 16
|
||||
sourceSize.width: 16 * aspectRatio
|
||||
source: blurhash.length > 0 ? "image://blurhash/" + encodeURIComponent(blurhash) : ""
|
||||
opacity: 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue