v0.3.0: improved buff tapping for small screens

This commit is contained in:
Evan Debenham
2015-04-08 00:23:12 -04:00
parent 77c4a7f6ce
commit b2f5fd6123
3 changed files with 7 additions and 7 deletions
@@ -84,8 +84,8 @@ public class WndInfoMob extends WndTitledMessage {
health.setRect(image.width + GAP, image.height - health.height(), w, health.height());
buffs.setPos(
name.x + name.width() + GAP,
name.y + name.baseLine() - BuffIndicator.SIZE );
name.x + name.width() + GAP-1,
name.y + name.baseLine() - BuffIndicator.SIZE-2 );
height = health.bottom();
}