mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
nicer looking counters on cards
This commit is contained in:
parent
f33abf14ca
commit
9f79bd2c8e
5 changed files with 12 additions and 7 deletions
|
|
@ -28,7 +28,7 @@ void PileZone::paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
|||
painter->restore();
|
||||
}
|
||||
|
||||
paintNumberEllipse(cards.size(), 32, Qt::white, -1, painter);
|
||||
paintNumberEllipse(cards.size(), 32, Qt::white, -1, -1, painter);
|
||||
painter->drawRect(QRectF(0.5, 0.5, CARD_WIDTH - 1, CARD_HEIGHT - 1));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue