mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
foo
This commit is contained in:
parent
16631712c7
commit
46f91f69c4
4 changed files with 17 additions and 12 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include "client.h"
|
||||
|
||||
TableZone::TableZone(Player *_p, QGraphicsItem *parent)
|
||||
: CardZone(_p, "table", parent), width(700), height(500)
|
||||
: CardZone(_p, "table", parent), width(720), height(510)
|
||||
{
|
||||
cards = new CardList(true);
|
||||
hasCardAttr = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue