From 85bf406d84c1f6fd7ab46576ed005670920232ea Mon Sep 17 00:00:00 2001 From: rachytski Date: Thu, 3 Feb 2011 01:10:27 +0200 Subject: [PATCH] changed minimum text size to 14px for better look. --- map/drawer_yg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/drawer_yg.cpp b/map/drawer_yg.cpp index fbf7988485..1ed8c519f4 100644 --- a/map/drawer_yg.cpp +++ b/map/drawer_yg.cpp @@ -149,7 +149,7 @@ void DrawerYG::drawArea(vector const & pts, rule_ptr_t pRule, int de namespace { - double const min_text_height = 12; // 8 + double const min_text_height = 14; // 8 // double const min_text_height_mask = 9.99; // 10 }