forked from organicmaps/organicmaps
Minor fix.
This commit is contained in:
parent
6b96d1c340
commit
f3f8bd2a65
1 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,8 @@ Framework::Framework()
|
|||
/// Move this constants to Ruler (and don't store them at all).
|
||||
m_metresMinWidth(10),
|
||||
m_metresMaxWidth(1000000),
|
||||
#if defined(OMIM_OS_MAC) || defined(OMIM_OS_WINDOWS) || defined(OMIM_OS_LINUX)
|
||||
|
||||
#if defined(OMIM_OS_DESKTOP)
|
||||
m_minRulerWidth(97),
|
||||
#else
|
||||
m_minRulerWidth(60),
|
||||
|
|
Loading…
Add table
Reference in a new issue