diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-08-26 05:43:53 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-08-26 05:43:53 (GMT) |
commit | f936a199e44a8d443240368f748f7be87cffc186 (patch) | |
tree | d0efc9bc362ab0630b96d2da9dffcfef211cdde7 /demos/declarative/minehunt/minehunt.qml | |
parent | 58a76965e20c4c66ab2dc9cf73aa72b1cfddfbeb (diff) | |
download | Qt-f936a199e44a8d443240368f748f7be87cffc186.zip Qt-f936a199e44a8d443240368f748f7be87cffc186.tar.gz Qt-f936a199e44a8d443240368f748f7be87cffc186.tar.bz2 |
Make declarative examples a bit more qt-like.
Diffstat (limited to 'demos/declarative/minehunt/minehunt.qml')
-rw-r--r-- | demos/declarative/minehunt/minehunt.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/minehunt/minehunt.qml b/demos/declarative/minehunt/minehunt.qml index 136f56a..bc1bf4b 100644 --- a/demos/declarative/minehunt/minehunt.qml +++ b/demos/declarative/minehunt/minehunt.qml @@ -49,7 +49,7 @@ Item { width: 450; height: 450 - Image { source: "MinehuntCore/pics/No-Ones-Laughing-3.jpg"; anchors.fill: parent; fillMode: Image.Tile } + Image { source: "MinehuntCore/pics/background.png"; anchors.fill: parent; fillMode: Image.Tile } Grid { anchors.horizontalCenter: parent.horizontalCenter |