~fboucault/mediaplayer-app/auto_rotation

« back to all changes in this revision

Viewing changes to src/qml/sdk/GenericToolbar.qml

  • Committer: Tarmac
  • Author(s): Renato Araujo Oliveira Filho
  • Date: 2013-03-06 21:49:28 UTC
  • mfrom: (54.1.8 mediaplayer-app)
  • Revision ID: tarmac-20130306214928-igu85b1sng3d8lbq
Added test video in autopilot package.

Approved by PS Jenkins bot, Michael Zanetti.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
     */
47
47
    property real hintSize: units.gu(1)
48
48
 
 
49
    /*!
 
50
     Notify when the toolbar is fully visible
 
51
    */
 
52
    readonly property bool ready: bar.y == 0
 
53
 
49
54
    anchors {
50
55
        left: parent.left
51
56
        right: parent.right
194
199
 
195
200
    Item {
196
201
        id: bar
 
202
 
 
203
        objectName: "GenericToolbar.Bar"
197
204
        height: parent.height
198
205
        anchors {
199
206
            left: parent.left