Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@mapswithme.com>2013-09-18 22:35:25 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:02:01 +0300
commit5d4cc5c55428313a30d93d386cee1b4e67c4191b (patch)
treed2e208e323558e70c762d3ad102f791cd1ddceb9 /map/information_display.cpp
parent9a98188ee8b5a5969c0d71f06e9160264d0a4a4e (diff)
Moved down debug scale label to fit correctly on iOS 7
Diffstat (limited to 'map/information_display.cpp')
-rw-r--r--map/information_display.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}