This commit is contained in:
Max-Wilhelm Bruker 2009-04-04 01:54:20 +02:00
parent 16631712c7
commit 46f91f69c4
4 changed files with 17 additions and 12 deletions

View file

@ -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;