mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 00:24:47 -07:00
made counters look nicer
This commit is contained in:
parent
5d40996c0b
commit
ae82996c0e
9 changed files with 59 additions and 51 deletions
|
|
@ -29,7 +29,7 @@ void LibraryZone::paint(QPainter *painter, const QStyleOptionGraphicsItem *optio
|
|||
painter->drawPixmap(translatedPixmap->rect(), *translatedPixmap, translatedPixmap->rect());
|
||||
painter->restore();
|
||||
|
||||
paintCardNumberEllipse(painter);
|
||||
paintNumberEllipse(cards->size(), painter);
|
||||
}
|
||||
|
||||
void LibraryZone::addCardImpl(CardItem *card, int x, int /*y*/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue