~nick-dedekind/unity8/side-stage-redesign-tutorial

« back to all changes in this revision

Viewing changes to tests/qmltests/Dash/Previews/tst_PreviewImageGallery.qml

  • Committer: Nick Dedekind
  • Date: 2015-12-14 18:06:18 UTC
  • mfrom: (1998.1.101 unity8)
  • Revision ID: nick.dedekind@canonical.com-20151214180618-men18zbauv1r153m
merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        "sources": [
34
34
                    "../../graphics/phone_background.jpg",
35
35
                    "../../graphics/tablet_background.jpg",
36
 
                    "../../graphics/clock@18.png",
 
36
                    "../../../tests/graphics/clock@18.png",
37
37
                    "../../graphics/borked"
38
38
                   ]
39
39
    }
42
42
        "sources": [
43
43
                    "../../graphics/phone_background.jpg",
44
44
                    "../../graphics/tablet_background.jpg",
45
 
                    "../../graphics/clock@18.png",
 
45
                    "../../../tests/graphics/clock@18.png",
46
46
                    "../../graphics/borked"
47
47
                   ]
48
 
        , "fallback": "../../graphics/clock@18.png"
 
48
        , "fallback": "../../../tests/graphics/clock@18.png"
49
49
    }
50
50
 
51
51
    PreviewImageGallery {