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;
|
||||
mainLayout->addLayout(vboxLayout);
|
||||
mainLayout->addSpacing(12);
|
||||
mainLayout->addSpacing(2);
|
||||
mainLayout->addWidget(buttonBox);
|
||||
setLayout(mainLayout);
|
||||
|
||||
|
|
Loading…
Reference in a new issue