Reduced blue arrow size

This commit is contained in:
Alex Zolotarev 2013-01-16 21:17:06 +03:00 committed by Alex Zolotarev
parent 93d87d67ce
commit 9132a8191c

View file

@ -52,7 +52,7 @@ namespace location
/// @todo Probably we can make this like static const int.
/// It's not a class state, so no need to store it in memory.
m_arrowScale = 0.6;
m_arrowScale = 0.5;
m_arrowWidth = 40 * m_arrowScale;
m_arrowHeight = 50 * m_arrowScale;
m_arrowBackHeight = 11 * m_arrowScale;