aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/filewizardpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/utils/filewizardpage.cpp')
-rw-r--r--src/libs/utils/filewizardpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/utils/filewizardpage.cpp b/src/libs/utils/filewizardpage.cpp
index aae79b1a49..a883f96056 100644
--- a/src/libs/utils/filewizardpage.cpp
+++ b/src/libs/utils/filewizardpage.cpp
@@ -8,6 +8,7 @@
/*!
\class Utils::FileWizardPage
+ \inmodule QtCreator
\brief The FileWizardPage class is a standard wizard page for a single file
letting the user choose name
@@ -45,7 +46,6 @@ FileWizardPage::FileWizardPage(QWidget *parent) :
d(new FileWizardPagePrivate)
{
setTitle(Tr::tr("Choose the Location"));
- resize(368, 102);
d->m_defaultSuffixLabel = new QLabel;
d->m_nameLabel = new QLabel;