~fboucault/music-app/startup_time

« back to all changes in this revision

Viewing changes to app/components/MusicToolbar.qml

  • Committer: Florian Boucault
  • Date: 2016-07-25 10:21:23 UTC
  • Revision ID: florian.boucault@canonical.com-20160725102123-m0my3ulsapm9oeit
Icons to load asynchronously.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
                          "media-playback-pause" : "media-playback-start"
109
109
                objectName: "disabledSmallPlayShape"
110
110
                width: height
 
111
                asynchronous: true
111
112
            }
112
113
 
113
114
            /* Click to shuffle music */
203
204
                          "media-playback-pause" : "media-playback-start"
204
205
                objectName: "playShape"
205
206
                width: height
 
207
                asynchronous: true
206
208
            }
207
209
 
208
210
            /* Mouse area to jump to now playing */