summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tutorials/samegame/samegame4/samegame.qml
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-10-28 05:27:42 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-10-28 05:27:42 (GMT)
commita8f312c84d2c21f8f1c21a99f3dd3428fd16b2fa (patch)
treecf77131c792a8c56fb135749db5c370495c9e40a /examples/declarative/tutorials/samegame/samegame4/samegame.qml
parent1e7318348848ff7f51446ae90021051a494e3cb8 (diff)
downloadQt-a8f312c84d2c21f8f1c21a99f3dd3428fd16b2fa.zip
Qt-a8f312c84d2c21f8f1c21a99f3dd3428fd16b2fa.tar.gz
Qt-a8f312c84d2c21f8f1c21a99f3dd3428fd16b2fa.tar.bz2
cleanup
Diffstat (limited to 'examples/declarative/tutorials/samegame/samegame4/samegame.qml')
-rw-r--r--examples/declarative/tutorials/samegame/samegame4/samegame.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/tutorials/samegame/samegame4/samegame.qml b/examples/declarative/tutorials/samegame/samegame4/samegame.qml
index ede4362..e519912 100644
--- a/examples/declarative/tutorials/samegame/samegame4/samegame.qml
+++ b/examples/declarative/tutorials/samegame/samegame4/samegame.qml
@@ -15,7 +15,7 @@ Rectangle {
Image {
id: background
anchors.fill: parent; source: "content/pics/background.png"
- fillMode: "PreserveAspectCrop"
+ fillMode: Image.PreserveAspectCrop
}
Item {