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

« back to all changes in this revision

Viewing changes to MusicSettings.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:
30
30
    title: i18n.tr("Settings")
31
31
    contentsHeight: parent.height;
32
32
 
33
 
    onVisibleChanged: {
34
 
        if (visible === true)
35
 
        {
36
 
            musicToolbar.disableToolbar()
37
 
        }
38
 
        else
39
 
        {
40
 
            musicToolbar.enableToolbar()
41
 
        }
42
 
    }
43
 
 
44
33
    onCancelClicked: PopupUtils.close(musicSettings)
45
34
    onConfirmClicked: {
46
35
        PopupUtils.close(musicSettings)