diff options
author | Michal Klocek <michal.klocek@theqtcompany.com> | 2015-04-17 11:52:15 +0200 |
---|---|---|
committer | Michal Klocek <michal.klocek@theqtcompany.com> | 2015-05-12 13:59:46 +0000 |
commit | ff93ef17cd0941d179cc98b93a9de409c4a808f3 (patch) | |
tree | e7f00302dbdddda9c9ae3563c540763dd3dd59c4 /examples/location/mapviewer/map/CircleItem.qml | |
parent | c5ce93e132cc45fee1097b55ffe119860c9113a8 (diff) | |
download | qtlocation-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/map/CircleItem.qml')
-rw-r--r-- | examples/location/mapviewer/map/CircleItem.qml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/location/mapviewer/map/CircleItem.qml b/examples/location/mapviewer/map/CircleItem.qml index cc5e6faa..16eb1313 100644 --- a/examples/location/mapviewer/map/CircleItem.qml +++ b/examples/location/mapviewer/map/CircleItem.qml @@ -44,11 +44,11 @@ import QtLocation 5.3 MapCircle { - color: "yellow" - border.color: "red" - border.width: 5 + color: "#46a2da" + border.color: "#190a33" + border.width: 2 smooth: true - opacity: 0.5 + opacity: 0.25 function setGeometry(markers, index){ center.latitude = markers[index].coordinate.latitude |