diff --git a/src/plugins/qt4projectmanager/addlibrarywizard.cpp b/src/plugins/qt4projectmanager/addlibrarywizard.cpp index ec3ec3a0e6de18c9566db9b8e01206ea6243cff1..554081081efae91fcdcb9cf835716cfaca5a7bee 100644 --- a/src/plugins/qt4projectmanager/addlibrarywizard.cpp +++ b/src/plugins/qt4projectmanager/addlibrarywizard.cpp @@ -275,6 +275,7 @@ SummaryPage::SummaryPage(AddLibraryWizard *parent) QVBoxLayout *layout = new QVBoxLayout(this); m_summaryLabel = new QLabel(this); m_snippetLabel = new QLabel(this); + m_snippetLabel->setWordWrap(true); layout->addWidget(m_summaryLabel); layout->addWidget(m_snippetLabel); m_summaryLabel->setTextFormat(Qt::RichText);