forked from organicmaps/organicmaps
Moved down debug scale label to fit correctly on iOS 7
This commit is contained in:
parent
9a98188ee8
commit
5d4cc5c554
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue