mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Reduce bottom margin in deck dock
This commit is contained in:
parent
4855d00ca6
commit
a6b53be383
1 changed files with 2 additions and 0 deletions
|
|
@ -105,6 +105,8 @@ void DeckEditorDeckDockWidget::createDeckDock()
|
||||||
|
|
||||||
auto *upperLayout = new QGridLayout;
|
auto *upperLayout = new QGridLayout;
|
||||||
upperLayout->setObjectName("upperLayout");
|
upperLayout->setObjectName("upperLayout");
|
||||||
|
upperLayout->setContentsMargins(11, 11, 11, 0);
|
||||||
|
|
||||||
upperLayout->addWidget(nameLabel, 0, 0);
|
upperLayout->addWidget(nameLabel, 0, 0);
|
||||||
upperLayout->addWidget(nameEdit, 0, 1);
|
upperLayout->addWidget(nameEdit, 0, 1);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue