~cimi/unity8/use-PageHeader

« back to all changes in this revision

Viewing changes to qml/Dash/CardVerticalJournal.qml

  • Committer: Andrea Cimitan
  • Date: 2016-04-28 10:48:23 UTC
  • mfrom: (2142.1.200 unity8)
  • Revision ID: andrea.cimitan@gmail.com-20160428104823-xix00m55fe670gus
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
                item.fixedArtShapeSize = Qt.binding(function() { return cardTool.artShapeSize; });
73
73
                item.fixedHeaderHeight = Qt.binding(function() { return cardTool.headerHeight; });
74
74
                item.cardData = Qt.binding(function() { return model; });
75
 
                item.titleAlignment = Qt.binding(function() { return cardTool.titleAlignment; });
76
75
                item.scopeStyle = root.scopeStyle;
77
76
            }
78
77
            Connections {