Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2016-08-07 23:25:34 +02:00
commit ac02de60dc

View file

@ -185,7 +185,7 @@ public class NextTurnInfoWidget extends TextInfoWidget {
if(textPaint != null ) { if(textPaint != null ) {
if (turnType != null && !mini && turnType.getExitOut() > 0) { if (turnType != null && !mini && turnType.getExitOut() > 0) {
canvas.drawText(turnType.getExitOut() + "", centerText.x, canvas.drawText(turnType.getExitOut() + "", centerText.x,
centerText.y + textPaint.getTextSize() / 2, textPaint); centerText.y - textPaint.ascent() / 2, textPaint);
} }
} }
} }