mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -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()) {
|
if (forceStartGameButton->isEnabled()) {
|
||||||
buttonHBox->addWidget(forceStartGameButton);
|
buttonHBox->addWidget(forceStartGameButton);
|
||||||
}
|
}
|
||||||
buttonHBox->setContentsMargins(0, 0, 0, 0);
|
buttonHBox->setContentsMargins(11, 0, 11, 0);
|
||||||
buttonHBox->addStretch();
|
buttonHBox->addStretch();
|
||||||
|
|
||||||
deckView = new DeckView;
|
deckView = new DeckView;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue