diff options
Diffstat (limited to 'examples/declarative/aspectratio/scale_and_crop.qml')
-rw-r--r-- | examples/declarative/aspectratio/scale_and_crop.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/aspectratio/scale_and_crop.qml b/examples/declarative/aspectratio/scale_and_crop.qml index 20169f9..75080b4 100644 --- a/examples/declarative/aspectratio/scale_and_crop.qml +++ b/examples/declarative/aspectratio/scale_and_crop.qml @@ -2,7 +2,7 @@ import Qt 4.6 // Here, we implement "Scale and Crop" behaviour. // -Rect { +Rectangle { // default size: whole image, unscaled width: Image.width height: Image.height |