~ahayzen/music-app/use-scrollview

« back to all changes in this revision

Viewing changes to app/components/PlaylistsEmptyState.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:
24
24
Rectangle {
25
25
    id: playlistsEmptyState
26
26
    anchors {
27
 
        fill: parent
 
27
        top: parent.top
 
28
        topMargin: units.gu(11.5)
 
29
        bottom: parent.bottom
28
30
    }
29
31
    color: mainView.backgroundColor
30
32