fix issue 210

git-svn-id: https://osmand.googlecode.com/svn/trunk@703 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
Victor Shcherb 2010-11-24 15:55:28 +00:00
parent 4dee3ce788
commit 808295339c

View file

@ -341,7 +341,7 @@ public class OsmandRenderer {
}
}
int skewConstant = 20;
int skewConstant = (int) (16 * dm.density);
int iconsW = rc.width / skewConstant ;
int iconsH = rc.height / skewConstant;