forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user