summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/customexecutablerunconfiguration.cpp')
-rw-r--r--src/plugins/projectexplorer/customexecutablerunconfiguration.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp b/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
index e3dfd2f1a0..5903379da4 100644
--- a/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
+++ b/src/plugins/projectexplorer/customexecutablerunconfiguration.cpp
@@ -126,9 +126,7 @@ CustomExecutableDialog::CustomExecutableDialog(RunConfiguration *rc)
{
LayoutBuilder builder(detailsWidget);
- builder.addItem(tr("Executable:"));
- builder.addItem(m_executableChooser);
- builder.startNewRow();
+ builder.addItems(tr("Executable:"), m_executableChooser).startNewRow();
m_arguments.addToLayout(builder);
m_workingDirectory.addToLayout(builder);
m_terminal.addToLayout(builder);