~ken-vandine/music-app/lp1554621

« back to all changes in this revision

Viewing changes to app/ui/AddToPlaylist.qml

* Remove offset from the top of AddToPlaylist.qml. Fixes: https://bugs.launchpad.net/bugs/1538832.

Approved by Jenkins Bot, Andrew Hayzen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    anchors {
62
62
        fill: undefined
63
63
    }
64
 
    height: mainView.height
 
64
    height: mainView.height + musicToolbar.height
65
65
    width: mainView.width
66
66
 
67
67
    property var chosenElements: []