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:
authorrachytski <siarhei.rachytski@gmail.com>2012-02-02 14:29:20 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:32:57 +0300
commit8f73623005f68f8b1a5c9350e938794c3756e362 (patch)
treeccd782c7bc1089f8607ce5b51025c591ca486f27 /platform/platform_qt.cpp
parent49083bd351cac540465a3177ee4d0543c590345b (diff)
hardcoding MaxTileSize. should refactor to compute it automatically. see issue #562
Diffstat (limited to 'platform/platform_qt.cpp')
-rw-r--r--platform/platform_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/platform_qt.cpp b/platform/platform_qt.cpp
index 1c05fde09e..cf6d25b979 100644
--- a/platform/platform_qt.cpp
+++ b/platform/platform_qt.cpp
@@ -71,7 +71,7 @@ void Platform::GetFontNames(FilesList & res) const
int Platform::MaxTilesCount() const
{
- return 60;
+ return 100;
}
int Platform::TileSize() const