aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/projectintropage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/projectintropage.cpp')
-rw-r--r--src/libs/utils/projectintropage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/projectintropage.cpp b/src/libs/utils/projectintropage.cpp
index 8df64b97f0..dba9a801e4 100644
--- a/src/libs/utils/projectintropage.cpp
+++ b/src/libs/utils/projectintropage.cpp
@@ -22,6 +22,7 @@
/*!
\class Utils::ProjectIntroPage
+ \inmodule QtCreator
\brief The ProjectIntroPage class is the standard wizard page for a project,
letting the user choose its name
@@ -66,7 +67,6 @@ ProjectIntroPage::ProjectIntroPage(QWidget *parent) :
WizardPage(parent),
d(new ProjectIntroPagePrivate)
{
- resize(355, 289);
setTitle(Tr::tr("Introduction and Project Location"));
d->m_descriptionLabel = new QLabel(this);