~aacid/unity8/dashviews_integration

« back to all changes in this revision

Viewing changes to qml/Dash/CardVerticalJournal.qml

  • Committer: Albert Astals
  • Date: 2014-06-18 10:26:01 UTC
  • Revision ID: albert.astals@canonical.com-20140618102601-vdtxi8pi0p9mgldh
Make the rowHeight be the headerHeight if we have it

Shuffle a bit the margins in headerHeight/fixedHeaderHeight

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
                item.width = Qt.binding(function() { return cardTool.cardWidth; });
67
67
                item.height = Qt.binding(function() { return cardTool.cardHeight; });
68
68
                item.fixedArtShapeSize = Qt.binding(function() { return cardTool.artShapeSize; });
 
69
                item.fixedHeaderHeight = Qt.binding(function() { return cardTool.headerHeight; });
69
70
                item.cardData = Qt.binding(function() { return model; });
70
71
                item.template = Qt.binding(function() { return cardTool.template; });
71
72
                item.components = Qt.binding(function() { return cardTool.components; });