~dandrader/unity8/multiInstanceApp

« back to all changes in this revision

Viewing changes to tests/qmltests/Components/tst_ZoomableImage.qml

Use the default system wallpaper instead of our custom one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    }
32
32
 
33
33
    property var widgetData1: {
34
 
        "source": "../../../qml/graphics/phone_background.jpg",
 
34
        "source": "../../../tests/graphics/avatars/amanda@12.png",
35
35
        "zoomable": false
36
36
    }
37
37