diff options
Diffstat (limited to 'examples/declarative/aspectratio/face_fit.qml')
-rw-r--r-- | examples/declarative/aspectratio/face_fit.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/aspectratio/face_fit.qml b/examples/declarative/aspectratio/face_fit.qml index 95105e1..4573160 100644 --- a/examples/declarative/aspectratio/face_fit.qml +++ b/examples/declarative/aspectratio/face_fit.qml @@ -6,7 +6,7 @@ import Qt 4.6 // when the edges of the image contain less vital information than the // center - such as a face. // -Rect { +Rectangle { // default size: whole image, unscaled width: Image.width height: Image.height |