From 4c1b1e1a675374afaba3ccf77fc6df32b33d4312 Mon Sep 17 00:00:00 2001
From: dt <qtc-committer@nokia.com>
Date: Mon, 20 Jul 2009 16:12:40 +0200
Subject: [PATCH] Another small tweak to the build settigns page.

---
 src/plugins/cmakeprojectmanager/makestep.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/plugins/cmakeprojectmanager/makestep.cpp b/src/plugins/cmakeprojectmanager/makestep.cpp
index e81975271fd..614080d8f61 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
-- 
GitLab