mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
enlarged table
This commit is contained in:
parent
ae82996c0e
commit
be3bd4ae6c
2 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue