Moved down debug scale label to fit correctly on iOS 7

This commit is contained in:
Alex Zolotarev 2013-09-18 21:35:25 +03:00 committed by Alex Zolotarev
parent 9a98188ee8
commit 5d4cc5c554

View file

@ -164,7 +164,7 @@ void InformationDisplay::setDisplayRect(m2::RectI const & rect)
m_ruler->setPivot(pt);
m2::PointD debugLabelPivot(m_displayRect.minX() + 10,
m_displayRect.minY() + 20 + 5 * m_visualScale);
m_displayRect.minY() + 50 + 5 * m_visualScale);
m_debugLabel->setPivot(debugLabelPivot);
}