diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-07-08 08:30:43 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-07-08 08:30:43 (GMT) |
commit | b24a4194b2b0c4420e1a8e4a95c73fd6673088d3 (patch) | |
tree | 46f7fa0caa9f26fd038e57b79d3720d9968987a1 /examples/declarative/tutorials/samegame/samegame1/samegame.qml | |
parent | 272ccd24941465fd6a8fc79d9f7ab8546a6ce870 (diff) | |
download | Qt-b24a4194b2b0c4420e1a8e4a95c73fd6673088d3.zip Qt-b24a4194b2b0c4420e1a8e4a95c73fd6673088d3.tar.gz Qt-b24a4194b2b0c4420e1a8e4a95c73fd6673088d3.tar.bz2 |
Doc: Fixing typo - background file name
Diffstat (limited to 'examples/declarative/tutorials/samegame/samegame1/samegame.qml')
-rw-r--r-- | examples/declarative/tutorials/samegame/samegame1/samegame.qml | 2 |
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 } } |