~vthompson/music-app/remix-songs-page-elide

« back to all changes in this revision

Viewing changes to MusicArtists.qml

* Fix the toolbar so it is always shown
* Move progress bar to the bottom of the toolbar.

Approved by Victor Thompson, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
    ListView {
40
40
        id: artistlist
41
 
        anchors.fill: parent
42
 
        anchors.bottomMargin: musicToolbar.mouseAreaOffset + musicToolbar.minimizedHeight
 
41
        anchors {
 
42
            fill: parent
 
43
        }
43
44
        model: ArtistsModel {
44
45
            id: artistsModel
45
46
            albumArtists: true