summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/location/places/views/SuggestionView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/places/views/SuggestionView.qml b/examples/location/places/views/SuggestionView.qml
index 990e2541..b9a54801 100644
--- a/examples/location/places/views/SuggestionView.qml
+++ b/examples/location/places/views/SuggestionView.qml
@@ -61,7 +61,7 @@ ListView {
//! [PlaceSearchSuggestionModel view 2]
model: suggestionModel
delegate: Item {
- width. ListView.view.width
+ width: ListView.view.width
height: label.height * 1.5
Label {
id: label