diff --git a/map/location_state.cpp b/map/location_state.cpp index 0104a9be29..93262f6036 100644 --- a/map/location_state.cpp +++ b/map/location_state.cpp @@ -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;