diff -r cc94940fe438 -r 01889d5bc79b hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Sat Feb 04 16:17:31 2012 +0100 +++ b/hedgewars/uConsts.pas Sat Feb 04 16:22:46 2012 +0100 @@ -289,8 +289,13 @@ htHealth = $04; htTransparent = $08; +{$IFDEF MOBILE} + AMSlotSize = 48; + AMTITLE = 30; +{$ELSE} AMSlotSize = 33; - +{$ENDIF} + AMSlotPadding = (AMSlotSize - 32) shr 1; implementation end.