diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-10-28 05:45:05 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-10-28 05:45:05 (GMT) |
commit | 44be8cc3bb1aebd47f75dcf9cae54884322e1955 (patch) | |
tree | 548c76a8a6144955a1ba1ccc85e2c9f997fafa10 /examples/declarative/aspectratio/face_fit_animated.qml | |
parent | dbba440da0677b8174d087d498d3d0dbd465548a (diff) | |
parent | e78a0d8f7449b81c971284310e6fb255d4a9d4eb (diff) | |
download | Qt-44be8cc3bb1aebd47f75dcf9cae54884322e1955.zip Qt-44be8cc3bb1aebd47f75dcf9cae54884322e1955.tar.gz Qt-44be8cc3bb1aebd47f75dcf9cae54884322e1955.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'examples/declarative/aspectratio/face_fit_animated.qml')
-rw-r--r-- | examples/declarative/aspectratio/face_fit_animated.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/aspectratio/face_fit_animated.qml b/examples/declarative/aspectratio/face_fit_animated.qml index f004a6c..80a762b 100644 --- a/examples/declarative/aspectratio/face_fit_animated.qml +++ b/examples/declarative/aspectratio/face_fit_animated.qml @@ -13,6 +13,7 @@ Rectangle { Image { id: face + smooth: true source: "pics/face.png" x: (parent.width-width*scale)/2 y: (parent.height-height*scale)/2 |