~mzanetti/unity8/buttons-in-panel

« back to all changes in this revision

Viewing changes to qml/Dash/CardHorizontalList.qml

  • Committer: Michael Zanetti
  • Date: 2014-12-03 11:57:20 UTC
  • mfrom: (1457.1.1 wallpaper)
  • Revision ID: michael.zanetti@canonical.com-20141203115720-aoxrzmxyyq3stg2x
merge prereq

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
            sourceComponent: cardTool.cardComponent
43
43
            anchors { top: parent.top; bottom: parent.bottom }
44
44
            width: cardTool.cardWidth
 
45
            asynchronous: true
45
46
            onLoaded: {
46
47
                item.objectName = "delegate" + index;
47
48
                item.fixedArtShapeSize = Qt.binding(function() { return cardTool.artShapeSize; });