mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-03 01:15:41 -07:00
foo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user