WelcomePage: adding a minimum height

Task-number: QTCREATORBUG-7115
Change-Id: I001cf9421f63b9ce44a88f0d274624ff48777ced
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
Thomas Hartmann
2012-03-15 11:55:24 +01:00
parent 8beb42dec6
commit 9bbfb89953

View File

@@ -163,6 +163,7 @@ WelcomeMode::WelcomeMode() :
scrollArea->setWidget(m_welcomePage);
scrollArea->setWidgetResizable(true);
m_welcomePage->setMinimumWidth(860);
m_welcomePage->setMinimumHeight(548);
PluginManager *pluginManager = PluginManager::instance();
connect(pluginManager, SIGNAL(objectAdded(QObject*)), SLOT(welcomePluginAdded(QObject*)));