mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-01 00:20:29 -07:00
enlarged table
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user