layout stuff

This commit is contained in:
WarmUpTill
2026-01-18 12:29:24 +01:00
parent a8d483f5a7
commit 422c1a39cb
3 changed files with 19 additions and 5 deletions

View File

@@ -57,6 +57,7 @@ ResourceTable::ResourceTable(QWidget *parent, const QString &help,
auto layout = new QVBoxLayout();
layout->addLayout(helpAndTableLayout);
layout->addLayout(controlLayout);
layout->setContentsMargins(0, 0, 0, 0);
setLayout(layout);
QWidget::connect(_add, SIGNAL(clicked()), this, SLOT(Add()));