From 5d4cc5c55428313a30d93d386cee1b4e67c4191b Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Wed, 18 Sep 2013 21:35:25 +0300 Subject: [PATCH] Moved down debug scale label to fit correctly on iOS 7 --- map/information_display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/information_display.cpp b/map/information_display.cpp index 48dfede26e..ce77f5d46a 100644 --- a/map/information_display.cpp +++ b/map/information_display.cpp @@ -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); }