src/InventorySuppliers.cpp

changeset 19
c94edc758a5b
parent 12
66e10898a2a9
child 22
b52978ee7412
--- a/src/InventorySuppliers.cpp	Thu Feb 17 21:41:52 2022 +0100
+++ b/src/InventorySuppliers.cpp	Fri Feb 18 15:53:02 2022 +0100
@@ -73,13 +73,12 @@
 	connect(btn_edit, SIGNAL(clicked()), this, SLOT(on_editButton_clicked()));
 	QHBoxLayout* pLayout = new QHBoxLayout(pWidget);
 	pLayout->addWidget(btn_edit);
-	pLayout->setAlignment(Qt::AlignCenter);
-	pLayout->setContentsMargins(0, 0, 0, 0);
+//	pLayout->setAlignment(Qt::AlignCenter);
+	pLayout->setContentsMargins(5, 0, 5, 0);
 	pWidget->setLayout(pLayout);
 	ui->tableSuppliers->setCellWidget(ridx, 6, pWidget);
 	query.next();
     }
-//    qDebug() << "table ready";
 
     setWindowTitle( QString("BMSapp - %1 - Inventory Suppliers").arg(VERSIONSTRING) );
 }

mercurial