aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/environmentaspectwidget.cpp
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-10-01 17:49:33 +0200
committerhjk <hjk@qt.io>2019-10-02 14:46:27 +0000
commite8d5e6c8083e0a5f4fd52687b45b05e53c72266c (patch)
treeb1a9e65ff27b3e04a51134d360a78257e358afd0 /src/plugins/projectexplorer/environmentaspectwidget.cpp
parent93ec10754f6186b0331b52cb9e96ad3f4341af91 (diff)
ProjectExplorer: Run Settings: Move environment settings further up
Adding the global aspects last, not first, more or less accidentally does the right thing. Fixes: QTCREATORBUG-22669 Change-Id: Iaf3eb4382974335471fff2f409ea4df7ef8f81b3 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/environmentaspectwidget.cpp')
-rw-r--r--src/plugins/projectexplorer/environmentaspectwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/environmentaspectwidget.cpp b/src/plugins/projectexplorer/environmentaspectwidget.cpp
index b50c861972..d846c1b303 100644
--- a/src/plugins/projectexplorer/environmentaspectwidget.cpp
+++ b/src/plugins/projectexplorer/environmentaspectwidget.cpp
@@ -49,7 +49,7 @@ EnvironmentAspectWidget::EnvironmentAspectWidget(EnvironmentAspect *aspect, QWid
setContentsMargins(0, 0, 0, 0);
auto topLayout = new QVBoxLayout(this);
- topLayout->setContentsMargins(0, 0, 0, 0);
+ topLayout->setContentsMargins(0, 0, 0, 25);
auto baseEnvironmentWidget = new QWidget;
auto baseLayout = new QHBoxLayout(baseEnvironmentWidget);