summaryrefslogtreecommitdiffstats
path: root/examples/declarative/imageelements/image/ImageCell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/imageelements/image/ImageCell.qml')
-rw-r--r--examples/declarative/imageelements/image/ImageCell.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/imageelements/image/ImageCell.qml b/examples/declarative/imageelements/image/ImageCell.qml
index bd232b9..71a17fe 100644
--- a/examples/declarative/imageelements/image/ImageCell.qml
+++ b/examples/declarative/imageelements/image/ImageCell.qml
@@ -48,7 +48,7 @@ Item {
Image {
id: image
width: parent.width; height: parent.height - captionItem.height
- source: "face-smile.png"
+ source: "qt-logo.png"
clip: true // only makes a difference if mode is PreserveAspectCrop
smooth: true
}