~aacid/unity8/dash_overview

« back to all changes in this revision

Viewing changes to qml/Dash/CardTool.qml

  • Committer: Albert Astals
  • Date: 2014-08-07 15:27:32 UTC
  • mfrom: (1155.1.29 do_merged)
  • Revision ID: albert.astals@canonical.com-20140807152732-0zf22298f1lsxrz8
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
     type:real \brief Height of the card's header.
127
127
    */
128
128
    readonly property int headerHeight: cardLoader.item ? cardLoader.item.headerHeight : 0
129
 
    readonly property size artShapeSize: cardLoader.item ? cardLoader.item.artShapeSize : 0
 
129
    property size artShapeSize: cardLoader.item ? cardLoader.item.artShapeSize : 0
130
130
 
131
131
    /*!
132
132
     \brief Desired alignment of header components.