mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 23:42:15 -07:00
reduce vertical spacing in PrintingSelector (#5342)
This commit is contained in:
parent
7e9bd88eb4
commit
83db00d7a3
5 changed files with 5 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ CardSizeWidget::CardSizeWidget(QWidget *parent, FlowWidget *flowWidget, int defa
|
|||
: parent(parent), flowWidget(flowWidget)
|
||||
{
|
||||
cardSizeLayout = new QHBoxLayout(this);
|
||||
cardSizeLayout->setContentsMargins(9, 0, 9, 0);
|
||||
setLayout(cardSizeLayout);
|
||||
|
||||
cardSizeLabel = new QLabel(tr("Card Size"), this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue