summaryrefslogtreecommitdiffstats
path: root/examples/declarative/imageelements/image/qml/image/ImageCell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/imageelements/image/qml/image/ImageCell.qml')
-rw-r--r--examples/declarative/imageelements/image/qml/image/ImageCell.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/imageelements/image/qml/image/ImageCell.qml b/examples/declarative/imageelements/image/qml/image/ImageCell.qml
index 07283fc3..a4d5ef51 100644
--- a/examples/declarative/imageelements/image/qml/image/ImageCell.qml
+++ b/examples/declarative/imageelements/image/qml/image/ImageCell.qml
@@ -53,7 +53,7 @@ Item {
smooth: true
}
- Text {
+ Text {
id: captionItem
anchors.horizontalCenter: parent.horizontalCenter; anchors.bottom: parent.bottom
}