~unity-team/unity8/unity8-card-overlay

« back to all changes in this revision

Viewing changes to qml/Dash/CardTool.qml

  • Committer: Michał Karnicki
  • Date: 2014-02-06 19:05:20 UTC
  • Revision ID: michal.karnicki@canonical.com-20140206190520-qyqbbwye6xnob0rg
Expose card header height for overlay height needs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
        }
101
101
    }
102
102
 
 
103
    /*!
 
104
     type:real \brief Height of the card's header.
 
105
    */
 
106
    readonly property var headerHeight: card.headerHeight
 
107
 
103
108
    readonly property QtObject priv: card
104
109
 
105
110
    Card {