diff --git a/src/plugins/projectexplorer/processstep.ui b/src/plugins/projectexplorer/processstep.ui index 864735b4994..bcbaf740ddf 100644 --- a/src/plugins/projectexplorer/processstep.ui +++ b/src/plugins/projectexplorer/processstep.ui @@ -7,13 +7,16 @@ 0 0 262 - 66 + 85 QFormLayout::AllNonFixedFieldsGrow + + 0 + @@ -24,26 +27,26 @@ - + + + + Arguments: + + + + + + + Working directory: - + - - - - Command arguments: - - - - - - diff --git a/src/plugins/qtsupport/customexecutableconfigurationwidget.cpp b/src/plugins/qtsupport/customexecutableconfigurationwidget.cpp index c907a8d4ec2..2e1782732b8 100644 --- a/src/plugins/qtsupport/customexecutableconfigurationwidget.cpp +++ b/src/plugins/qtsupport/customexecutableconfigurationwidget.cpp @@ -62,7 +62,7 @@ CustomExecutableConfigurationWidget::CustomExecutableConfigurationWidget(CustomE m_executableChooser = new Utils::PathChooser(this); m_executableChooser->setExpectedKind(Utils::PathChooser::Command); m_executableChooser->setEnvironment(rc->environment()); - layout->addRow(tr("Executable:"), m_executableChooser); + layout->addRow(tr("Command:"), m_executableChooser); m_commandLineArgumentsLineEdit = new QLineEdit(this); m_commandLineArgumentsLineEdit->setMinimumWidth(200); // this shouldn't be fixed here...