diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-10-28 05:27:42 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-10-28 05:27:42 (GMT) |
commit | a8f312c84d2c21f8f1c21a99f3dd3428fd16b2fa (patch) | |
tree | cf77131c792a8c56fb135749db5c370495c9e40a /examples/declarative/tutorials/samegame/samegame3 | |
parent | 1e7318348848ff7f51446ae90021051a494e3cb8 (diff) | |
download | Qt-a8f312c84d2c21f8f1c21a99f3dd3428fd16b2fa.zip Qt-a8f312c84d2c21f8f1c21a99f3dd3428fd16b2fa.tar.gz Qt-a8f312c84d2c21f8f1c21a99f3dd3428fd16b2fa.tar.bz2 |
cleanup
Diffstat (limited to 'examples/declarative/tutorials/samegame/samegame3')
-rw-r--r-- | examples/declarative/tutorials/samegame/samegame3/samegame.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/tutorials/samegame/samegame3/samegame.qml b/examples/declarative/tutorials/samegame/samegame3/samegame.qml index 5b98f48..0a7ec0f 100644 --- a/examples/declarative/tutorials/samegame/samegame3/samegame.qml +++ b/examples/declarative/tutorials/samegame/samegame3/samegame.qml @@ -14,7 +14,7 @@ Rectangle { Image { id: background anchors.fill: parent; source: "pics/background.png" - fillMode: "PreserveAspectCrop" + fillMode: Image.PreserveAspectCrop } //![1] |