forked from qt-creator/qt-creator
Make custom process step and custom exectuable step UI more similar
Change-Id: I7d3c5109ac56f5d4627ad590d8e13e235433fe59 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user