mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -07:00
increase margins
This commit is contained in:
parent
976787ed1c
commit
6d0c59e42f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue