Track width updated.

This commit is contained in:
Daria Volvenkova 2017-07-04 20:10:36 +03:00 committed by r.kuznetsov
parent 6bb834ff77
commit 1a9286c091

View file

@ -189,7 +189,7 @@ namespace
string const kPair = "Pair";
string const kDefaultTrackColor = "DefaultTrackColor";
float const kDefaultTrackWidth = 15.0f;
float const kDefaultTrackWidth = 5.0f;
string PointToString(m2::PointD const & org)
{