mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-16 06:52:56 -08: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