~vthompson/music-app/fixes-1308042-album-text-alignment

« back to all changes in this revision

Viewing changes to MusicTracks.qml

  • Committer: Victor Thompson
  • Date: 2014-04-10 13:08:55 UTC
  • mto: This revision was merged to the branch mainline in revision 418.
  • Revision ID: victor.thompson@gmail.com-20140410130855-hkob3rtphm3ed7dy
Dilute default cover art image.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
                    width: styleMusic.common.albumSize
72
72
                    height: styleMusic.common.albumSize
73
73
                    image: Image {
74
 
                        source: cover !== "" ? cover : Qt.resolvedUrl("images/music-app@30.png")
 
74
                        source: cover !== "" ? cover : Qt.resolvedUrl("images/music-app-cover@30.png")
75
75
                    }
76
76
                }
77
77
                Label {