Layout change

This commit is contained in:
Krad
2021-12-17 10:01:50 +08:00
parent 6993ae953b
commit 2b6eea9145

View File

@@ -21,6 +21,7 @@ AdminSettingForm::AdminSettingForm(QWidget* parent, Qt::WindowFlags f) : TabForm
QHBoxLayout* layout = new QHBoxLayout(this);
layout->setMargin(0);
layout->setContentsMargins(0,8,0,8);
this->ui->contentWidget->setLayout(layout);
QListWidget* widget = new QListWidget(this);
widget->setFixedWidth(250);