Layout change
This commit is contained in:
@@ -21,6 +21,7 @@ AdminSettingForm::AdminSettingForm(QWidget* parent, Qt::WindowFlags f) : TabForm
|
|||||||
|
|
||||||
QHBoxLayout* layout = new QHBoxLayout(this);
|
QHBoxLayout* layout = new QHBoxLayout(this);
|
||||||
layout->setMargin(0);
|
layout->setMargin(0);
|
||||||
|
layout->setContentsMargins(0,8,0,8);
|
||||||
this->ui->contentWidget->setLayout(layout);
|
this->ui->contentWidget->setLayout(layout);
|
||||||
QListWidget* widget = new QListWidget(this);
|
QListWidget* widget = new QListWidget(this);
|
||||||
widget->setFixedWidth(250);
|
widget->setFixedWidth(250);
|
||||||
|
|||||||
Reference in New Issue
Block a user