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:
authorExMix <rahuba.youri@gmail.com>2013-05-03 17:42:20 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:54:20 +0300
commit09ed371d8d0a8b9972d4383015840b2f14640683 (patch)
tree6e5cfb67a544280dc7edec011e47fa1a655ca953 /qt_tstfrm
parentb662391167abc512696ab602e6d5eafa67822ca4 (diff)
mul stroke radius on visual scale. Fix for HD devices.
Diffstat (limited to 'qt_tstfrm')
-rw-r--r--qt_tstfrm/tstwidgets.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt_tstfrm/tstwidgets.cpp b/qt_tstfrm/tstwidgets.cpp
index 1d8f85f78e..2036381d4d 100644
--- a/qt_tstfrm/tstwidgets.cpp
+++ b/qt_tstfrm/tstwidgets.cpp
@@ -108,7 +108,8 @@ namespace tst
rmp.m_glyphCacheParams = graphics::ResourceManager::GlyphCacheParams("unicode_blocks.txt",
"fonts_whitelist.txt",
"fonts_blacklist.txt",
- 2 * 1024 * 1024);
+ 2 * 1024 * 1024,
+ graphics::EDensityMDPI);
rmp.m_threadSlotsCount = 1;
rmp.m_renderThreadsCount = 0;