|
|
@@ -327,7 +327,7 @@ void BattleStacksController::showStackAmountBox(Canvas & canvas, const CStack *
|
|
|
boxPosition = owner.fieldController->hexPositionLocal(frontPos).center() + Point(-8, -14);
|
|
|
}
|
|
|
|
|
|
- Point textPosition = amountBG->dimensions()/2 + boxPosition;
|
|
|
+ Point textPosition = amountBG->dimensions()/2 + boxPosition + Point(0, 1);
|
|
|
|
|
|
canvas.draw(amountBG, boxPosition);
|
|
|
canvas.drawText(textPosition, EFonts::FONT_TINY, Colors::WHITE, ETextAlignment::CENTER, TextOperations::formatMetric(stack->getCount(), 4));
|