Refactor css file.2
This commit is contained in:
@@ -43,9 +43,8 @@ SelectFormWidget::SelectFormWidget(QWidget* parent)
|
||||
initPatEditButtons(layout);
|
||||
initDataModel();
|
||||
//Init content widget
|
||||
auto* contentLayout = new QHBoxLayout();
|
||||
contentLayout->setContentsMargins(5, 5, 0, 5);
|
||||
this->ui->contentWidget->setLayout(contentLayout);
|
||||
auto* contentLayout = new QHBoxLayout(this->ui->contentWidget);
|
||||
contentLayout->setContentsMargins(0, 0, 0, 0);
|
||||
initTableView(contentLayout);
|
||||
addVerticalLine(contentLayout);
|
||||
initDetailPanel(contentLayout);
|
||||
|
||||
Reference in New Issue
Block a user