diff --git a/cockatrice/src/game/deckview/deck_view_container.cpp b/cockatrice/src/game/deckview/deck_view_container.cpp index c9041a44e..917baa639 100644 --- a/cockatrice/src/game/deckview/deck_view_container.cpp +++ b/cockatrice/src/game/deckview/deck_view_container.cpp @@ -79,7 +79,7 @@ DeckViewContainer::DeckViewContainer(int _playerId, TabGame *parent) if (forceStartGameButton->isEnabled()) { buttonHBox->addWidget(forceStartGameButton); } - buttonHBox->setContentsMargins(0, 0, 0, 0); + buttonHBox->setContentsMargins(11, 0, 11, 0); buttonHBox->addStretch(); deckView = new DeckView;