diff options
Diffstat (limited to 'examples/declarative/aspectratio/face_fit_animated.qml')
-rw-r--r-- | examples/declarative/aspectratio/face_fit_animated.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/aspectratio/face_fit_animated.qml b/examples/declarative/aspectratio/face_fit_animated.qml index a1b9213..2768150 100644 --- a/examples/declarative/aspectratio/face_fit_animated.qml +++ b/examples/declarative/aspectratio/face_fit_animated.qml @@ -4,7 +4,7 @@ import Qt 4.6 // diverse and usage-specific behaviours are made possible by NOT putting a // hard-coded aspect ratio feature into the Image primitive. // -Rect { +Rectangle { // default size: whole image, unscaled width: Image.width height: Image.height |