diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-28 05:36:56 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-28 05:36:56 (GMT) |
commit | f79e9b1f959d44f7efd0186d7f99612480d1bec9 (patch) | |
tree | 1fdf7d12a6d9f56f4cab74bd341d12d415acb667 /examples/declarative/aspectratio/scale_to_fit.qml | |
parent | 353a1a497224c8d1ef7cd5b02368f9a0b2d95a92 (diff) | |
download | Qt-f79e9b1f959d44f7efd0186d7f99612480d1bec9.zip Qt-f79e9b1f959d44f7efd0186d7f99612480d1bec9.tar.gz Qt-f79e9b1f959d44f7efd0186d7f99612480d1bec9.tar.bz2 |
Use a nicer face image
Diffstat (limited to 'examples/declarative/aspectratio/scale_to_fit.qml')
-rw-r--r-- | examples/declarative/aspectratio/scale_to_fit.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/aspectratio/scale_to_fit.qml b/examples/declarative/aspectratio/scale_to_fit.qml index c4efc29..961ac04 100644 --- a/examples/declarative/aspectratio/scale_to_fit.qml +++ b/examples/declarative/aspectratio/scale_to_fit.qml @@ -12,6 +12,7 @@ Rectangle { Image { id: face + smooth: true source: "pics/face.png" x: (parent.width-width*scale)/2 y: (parent.height-height*scale)/2 |