~fboucault/music-app/startup_time

« back to all changes in this revision

Viewing changes to app/components/ListItemReorderComponent.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:
33
33
        name: "navigation-menu"  // TODO: use proper image
34
34
        height: width
35
35
        width: units.gu(3)
 
36
        asynchronous: true
36
37
    }
37
38
 
38
39
    MouseArea {