fix issue 210
git-svn-id: https://osmand.googlecode.com/svn/trunk@703 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
4dee3ce788
commit
808295339c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue