mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-28 06:37:44 +00:00
exlpart: Remove unnecessary margins around the table
This commit is contained in:
parent
75b63fcc3f
commit
89416ec3db
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ EXLPart::EXLPart(GameData *data, QWidget *parent)
|
||||||
, data(data)
|
, data(data)
|
||||||
{
|
{
|
||||||
auto layout = new QVBoxLayout();
|
auto layout = new QVBoxLayout();
|
||||||
|
layout->setContentsMargins(0, 0, 0, 0);
|
||||||
m_tableWidget = new QTableWidget();
|
m_tableWidget = new QTableWidget();
|
||||||
layout->addWidget(m_tableWidget);
|
layout->addWidget(m_tableWidget);
|
||||||
setLayout(layout);
|
setLayout(layout);
|
||||||
|
|
Loading…
Add table
Reference in a new issue