summaryrefslogtreecommitdiffstats
path: root/examples/declarative
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-29 01:11:24 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-07-29 01:12:42 (GMT)
commit0ab3b6fea13aad50a70890925659158eb662df2e (patch)
treeac5dcffba5c7fe829ebf8fbb7abca82b15ae9854 /examples/declarative
parent1188c199beaacd0ffc3ef39716dd648d41f4d3d2 (diff)
downloadQt-0ab3b6fea13aad50a70890925659158eb662df2e.zip
Qt-0ab3b6fea13aad50a70890925659158eb662df2e.tar.gz
Qt-0ab3b6fea13aad50a70890925659158eb662df2e.tar.bz2
Fix image source
Task-number: QTBUG-12493
Diffstat (limited to 'examples/declarative')
-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 80567ef..68f8712 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.png"
+ source: "../shared/pics/background.jpg"
fillMode: Image.PreserveAspectCrop
}
}