~mterry/unity8/greeter-arrangement

« back to all changes in this revision

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

  • Committer: Michael Terry
  • Date: 2016-08-30 14:06:47 UTC
  • Revision ID: michael.terry@canonical.com-20160830140647-0gmw15jq769d2g1q
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