EnvironmentWidget: Remove superfluous white space

Change-Id: Ib2a2d0b38f0808e4892f87bd753712cb33f1f8d6
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Robert Loehning
2020-08-10 20:10:28 +02:00
parent a53cd311e5
commit 8d1851a39c

View File

@@ -75,7 +75,7 @@ public:
const auto mainLayout = new QVBoxLayout(this);
const auto viewLayout = new QHBoxLayout;
const auto buttonsLayout = new QVBoxLayout;
const auto addButton = new QPushButton(tr("Add ..."));
const auto addButton = new QPushButton(tr("Add..."));
const auto removeButton = new QPushButton(tr("Remove"));
const auto editButton = new QPushButton(tr("Edit..."));
buttonsLayout->addWidget(addButton);