~ahayzen/music-app/remix-perf-001

« back to all changes in this revision

Viewing changes to common/CoverRow.qml

* Set sourceSize of images.

Approved by Ubuntu Phone Apps Jenkins Bot, Victor Thompson.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                           ? coverRow.covers[index].art
64
64
                           : "image://albumart/artist=" + coverRow.covers[index].author + "&album=" + coverRow.covers[index].album)
65
65
                        : Qt.resolvedUrl("../images/music-app-cover@30.png")
 
66
                sourceSize.height: height
 
67
                sourceSize.width: width
66
68
                onStatusChanged: {
67
69
                    if (status === Image.Error) {
68
70
                        source = Qt.resolvedUrl("../images/music-app-cover@30.png")