mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 19:43:55 -07:00
Fixed automatic table resize. This fixes bug #0000023.
This commit is contained in:
parent
5ec06b4b27
commit
e09060faca
3 changed files with 5 additions and 1 deletions
|
|
@ -15,6 +15,7 @@ private:
|
|||
QList<Player *> players;
|
||||
QRectF playersRect;
|
||||
QList<ZoneViewWidget *> views;
|
||||
QSize viewSize;
|
||||
public:
|
||||
GameScene(QObject *parent = 0);
|
||||
void retranslateUi();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue