~ahayzen/music-app/use-scrollview

« back to all changes in this revision

Viewing changes to app/components/HeadState/PlaylistsHeadState.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:
23
23
State {
24
24
    name: "default"
25
25
 
26
 
    property alias newPlaylistEnabled: newPlaylistAction.enabled
27
 
    property alias searchEnabled: searchAction.enabled
 
26
    property alias newPlaylistEnabled: newPlaylistAction.visible
 
27
    property alias searchEnabled: searchAction.visible
28
28
    property PageHeader thisHeader: PageHeader {
29
29
        id: headerState
30
30
        flickable: thisPage.flickable