summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/forms/RouteListDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/mapviewer/forms/RouteListDelegate.qml')
-rw-r--r--examples/location/mapviewer/forms/RouteListDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/mapviewer/forms/RouteListDelegate.qml b/examples/location/mapviewer/forms/RouteListDelegate.qml
index 5ba6e40c..30e43503 100644
--- a/examples/location/mapviewer/forms/RouteListDelegate.qml
+++ b/examples/location/mapviewer/forms/RouteListDelegate.qml
@@ -12,7 +12,7 @@ Item {
property alias routeDistance: distanceLabel
property alias routeIndex: indexLabel
- width: parent.width
+ width: appWindow.width
height: indexLabel.height * 2
RowLayout {