~ahayzen/music-app/use-scrollview

« back to all changes in this revision

Viewing changes to app/components/HeadState/SearchHeadState.qml

  • Committer: Andrew Hayzen
  • Date: 2016-03-28 09:50:01 UTC
  • mfrom: (963.1.34 music-app)
  • mto: This revision was merged to the branch mainline in revision 967.
  • Revision ID: ahayzen@gmail.com-20160328095001-j6b33l2pbl4pgepe
* Merge of trunk
* Fixes for SongView to use PageHeader instead of PageHeadState

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
                right: parent ? parent.right : undefined
32
32
                verticalCenter: parent ? parent.verticalCenter : undefined
33
33
            }
34
 
            color: styleMusic.common.black
35
34
            focus: true
36
35
            hasClearButton: true
37
36
            inputMethodHints: Qt.ImhNoPredictiveText