~mzanetti/unity8/fix-left-edge-on-spread

« back to all changes in this revision

Viewing changes to qml/Dash/CardGrid.qml

  • Committer: Michael Zanetti
  • Date: 2015-01-12 11:21:17 UTC
  • mfrom: (1459.1.85 unity8)
  • Revision ID: michael.zanetti@canonical.com-20150112112117-0x9srs9dx0ndp60g
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        model: root.model
51
51
        displayMarginBeginning: root.displayMarginBeginning
52
52
        displayMarginEnd: root.displayMarginEnd
53
 
        cacheBuffer: 0
 
53
        cacheBuffer: root.cacheBuffer
54
54
        interactive: false
55
55
        delegate: Item {
56
56
            width: grid.cellWidth
57
57
            height: grid.cellHeight
58
 
            visible: y + height >= root.visibleRangeBegin && y <= root.visibleRangeEnd
59
58
            Loader {
60
59
                id: loader
61
60
                sourceComponent: cardTool.cardComponent