summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/RouteListDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/mapviewer/RouteListDelegate.qml')
-rw-r--r--examples/location/mapviewer/RouteListDelegate.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/location/mapviewer/RouteListDelegate.qml b/examples/location/mapviewer/RouteListDelegate.qml
index 5b68269a..16dca34a 100644
--- a/examples/location/mapviewer/RouteListDelegate.qml
+++ b/examples/location/mapviewer/RouteListDelegate.qml
@@ -44,14 +44,14 @@ import QtQuick.Layouts 1.1
Item {
id: root
- width: parent.width
- height: indexLabel.height * 2
-
property bool checked: false
property alias routeInstruction: instructionLabel
property alias routeDistance: distanceLabel
property alias routeIndex: indexLabel
+ width: parent.width
+ height: indexLabel.height * 2
+
RowLayout {
spacing: 10
anchors.left: parent.left