summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2010-07-08 18:18:34 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2010-07-08 18:18:34 (GMT)
commitd57b3d15b18c8b1005beedc26a3ef99259b14a0f (patch)
treedbdf9dde52907d9058c011953479e5cca4664e97 /examples
parent466643890b1b9642af01f532dae3b25bbad5b605 (diff)
parentc69dc51e5e03aaa87a9385f5557a4f6b8aaeded3 (diff)
downloadQt-d57b3d15b18c8b1005beedc26a3ef99259b14a0f.zip
Qt-d57b3d15b18c8b1005beedc26a3ef99259b14a0f.tar.gz
Qt-d57b3d15b18c8b1005beedc26a3ef99259b14a0f.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/tutorials/samegame/samegame1/samegame.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/tutorials/samegame/samegame1/samegame.qml b/examples/declarative/tutorials/samegame/samegame1/samegame.qml
index 68f8712..80567ef 100644
--- a/examples/declarative/tutorials/samegame/samegame1/samegame.qml
+++ b/examples/declarative/tutorials/samegame/samegame1/samegame.qml
@@ -55,7 +55,7 @@ Rectangle {
Image {
id: background
anchors.fill: parent
- source: "../shared/pics/background.jpg"
+ source: "../shared/pics/background.png"
fillMode: Image.PreserveAspectCrop
}
}