diff --git a/src/plugins/cmakeprojectmanager/makestep.cpp b/src/plugins/cmakeprojectmanager/makestep.cpp index e81975271fd6a50e15df1ea775335056efd08a54..614080d8f614432002feacc7109fab4345131032 100644 --- a/src/plugins/cmakeprojectmanager/makestep.cpp +++ b/src/plugins/cmakeprojectmanager/makestep.cpp @@ -161,6 +161,7 @@ MakeStepConfigWidget::MakeStepConfigWidget(MakeStep *makeStep) connect(m_additionalArguments, SIGNAL(textEdited(const QString &)), this, SLOT(additionalArgumentsEdited())); m_targetsList = new QListWidget; + m_targetsList->setMinimumHeight(200); fl->addRow(tr("Targets:"), m_targetsList); // TODO update this list also on rescans of the CMakeLists.txt