~michael-sheldon/webbrowser-app/implement-download-folder

« back to all changes in this revision

Viewing changes to src/app/ContentDownloadDialog.qml

  • Committer: Michael Sheldon
  • Date: 2015-11-27 13:37:57 UTC
  • Revision ID: michael.sheldon@canonical.com-20151127133757-bsxnr2cfv0kckm9h
Fix download tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        id: downloadOptionsComponent
38
38
        Dialog {
39
39
            id: downloadOptionsDialog
 
40
            objectName: "downloadOptionsDialog"
40
41
            Column {
41
42
                spacing: units.gu(2)
42
43
 
131
132
        ContentPeerPicker {
132
133
            id: peerPicker
133
134
            handler: ContentHandler.Destination
 
135
            objectName: "contentPeerPicker"
134
136
            visible: parent.visible
135
137
 
136
138
            onPeerSelected: {