mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-29 18:13:55 -07:00
settings dialog: fewer space (#3245)
This commit is contained in:
parent
4cdd17945d
commit
9acf606e93
1 changed files with 1 additions and 1 deletions
|
|
@ -914,7 +914,7 @@ DlgSettings::DlgSettings(QWidget *parent) : QDialog(parent)
|
||||||
|
|
||||||
auto *mainLayout = new QVBoxLayout;
|
auto *mainLayout = new QVBoxLayout;
|
||||||
mainLayout->addLayout(vboxLayout);
|
mainLayout->addLayout(vboxLayout);
|
||||||
mainLayout->addSpacing(12);
|
mainLayout->addSpacing(2);
|
||||||
mainLayout->addWidget(buttonBox);
|
mainLayout->addWidget(buttonBox);
|
||||||
setLayout(mainLayout);
|
setLayout(mainLayout);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue