Commit 6bdc8914 authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

minor bug fix

parent e6bac7b8
......@@ -493,7 +493,7 @@ void TabGame::stopGame()
i.next();
i.value()->show();
}
mainLayout->insertLayout(2, deckViewContainerLayout, 10);
mainLayout->insertLayout(1, deckViewContainerLayout, 10);
playerListWidget->setActivePlayer(-1);
playerListWidget->setGameStarted(false);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment