~macslow/unity8/swipe-dismiss-snap-decisions

« back to all changes in this revision

Viewing changes to qml/Dash/CardVerticalJournal.qml

Merge from wizard-import

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
            id: loader
67
67
            sourceComponent: cardTool.cardComponent
68
68
            width: cardTool.cardWidth
69
 
            visible: y + height >= root.visibleRangeBegin && y <= root.visibleRangeEnd
70
69
            onLoaded: {
71
70
                item.objectName = "delegate" + index;
72
71
                item.fixedArtShapeSize = Qt.binding(function() { return cardTool.artShapeSize; });