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

@ -11,7 +11,7 @@ HandZone::HandZone(Player *_p, QGraphicsItem *parent)
QRectF HandZone::boundingRect() const
{
return QRectF(0, 0, 100, 500);
return QRectF(0, 0, 100, 510);
}
void HandZone::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)