summaryrefslogtreecommitdiff
path: root/examples/location/mapviewer/forms/RouteListHeader.qml
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-04-17 11:52:15 +0200
committerMichal Klocek <michal.klocek@theqtcompany.com>2015-05-12 13:59:46 +0000
commitff93ef17cd0941d179cc98b93a9de409c4a808f3 (patch)
treee7f00302dbdddda9c9ae3563c540763dd3dd59c4 /examples/location/mapviewer/forms/RouteListHeader.qml
parentc5ce93e132cc45fee1097b55ffe119860c9113a8 (diff)
downloadqtlocation-ff93ef17cd0941d179cc98b93a9de409c4a808f3.tar.gz
Update design in mapviewer example
Update marker and change colors. Change-Id: Ia12ed0145367c5a086ec6b6828db602b4666403e Reviewed-by: Sami Makkonen <sami.makkonen@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples/location/mapviewer/forms/RouteListHeader.qml')
-rw-r--r--examples/location/mapviewer/forms/RouteListHeader.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/location/mapviewer/forms/RouteListHeader.qml b/examples/location/mapviewer/forms/RouteListHeader.qml
index a907214f..5c702810 100644
--- a/examples/location/mapviewer/forms/RouteListHeader.qml
+++ b/examples/location/mapviewer/forms/RouteListHeader.qml
@@ -51,7 +51,7 @@ Item {
id: tabRectangle
y: tabTitle.height
height: tabTitle.height * 2 - 1
- color: "#f36910"
+ color: "#46a2da"
anchors.left: parent.left
anchors.right: parent.right