From 8d1851a39c846cd7d89e10c28f0e9d6e1d45d0c0 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 10 Aug 2020 20:10:28 +0200 Subject: [PATCH] EnvironmentWidget: Remove superfluous white space Change-Id: Ib2a2d0b38f0808e4892f87bd753712cb33f1f8d6 Reviewed-by: hjk Reviewed-by: Leena Miettinen --- src/plugins/projectexplorer/environmentwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/environmentwidget.cpp b/src/plugins/projectexplorer/environmentwidget.cpp index 2e2172918a7..a75ca25264d 100644 --- a/src/plugins/projectexplorer/environmentwidget.cpp +++ b/src/plugins/projectexplorer/environmentwidget.cpp @@ -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);