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

« back to all changes in this revision

Viewing changes to common/AlbumsPage.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:
28
28
 
29
29
MusicPage {
30
30
    id: albumStackPage
31
 
    anchors.bottomMargin: units.gu(.5)
32
31
    objectName: "albumsArtistPage"
33
32
    visible: false
34
33
 
38
37
    ListView {
39
38
        id: albumtrackslist
40
39
        anchors {
41
 
            bottomMargin: wideAspect ? musicToolbar.fullHeight : musicToolbar.mouseAreaOffset + musicToolbar.minimizedHeight
42
40
            fill: parent
43
41
        }
44
42
        delegate: albumTracksDelegate