enlarged table

This commit is contained in:
brukie
2009-07-01 15:37:21 +02:00
parent ae82996c0e
commit be3bd4ae6c
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
#include "client.h"
TableZone::TableZone(Player *_p, QGraphicsItem *parent)
: CardZone(_p, "table", true, false, parent), width(720), height(510)
: CardZone(_p, "table", true, false, parent), width(864), height(510)
{
cards = new CardList(true);
}