From f3f8bd2a651ab76e5485f5d84081114c4db18e4b Mon Sep 17 00:00:00 2001 From: vng Date: Fri, 17 May 2013 16:44:17 +0300 Subject: [PATCH] Minor fix. --- map/framework.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/map/framework.cpp b/map/framework.cpp index 3a77681aea..f84c20d323 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -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),