Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-12-08 11:15:16 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-12-08 11:15:16 +0300
commit0839f51020c09f84f34ee415c19537be7fecddc0 (patch)
tree0f5b9f275e51a30e8e9f73a0c044e3ba37719937 /drape/glyph_manager.hpp
parent650c1e5aa448e31028304a6f7cf382a580c333b4 (diff)
Make symbols on the map bigger.
Diffstat (limited to 'drape/glyph_manager.hpp')
-rw-r--r--drape/glyph_manager.hpp2
1 files changed, 1 insertions, 1 deletions
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<string> m_fonts;
- uint32_t m_baseGlyphHeight = 20;
+ uint32_t m_baseGlyphHeight = 22;
uint32_t m_sdfScale = 4;
};