From 0839f51020c09f84f34ee415c19537be7fecddc0 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Tue, 8 Dec 2015 11:15:16 +0300 Subject: [PATCH] Make symbols on the map bigger. --- drape/glyph_manager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drape/glyph_manager.hpp b/drape/glyph_manager.hpp index 0e2b8c2cf6..3ff27ba265 100644 --- a/drape/glyph_manager.hpp +++ b/drape/glyph_manager.hpp @@ -25,7 +25,7 @@ public: vector m_fonts; - uint32_t m_baseGlyphHeight = 20; + uint32_t m_baseGlyphHeight = 22; uint32_t m_sdfScale = 4; };