WelcomePage: adjust minimum width to fit small screens

Change-Id: Ie2e3eb4d0df8ba73950d4d3c70ab25b9e7f7ab33
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Thomas Hartmann
2012-03-01 13:22:46 +01:00
parent f7e8449867
commit 58ec13d5c4

View File

@@ -162,7 +162,7 @@ WelcomeMode::WelcomeMode() :
layout->addWidget(scrollArea);
scrollArea->setWidget(m_welcomePage);
scrollArea->setWidgetResizable(true);
m_welcomePage->setMinimumWidth(960);
m_welcomePage->setMinimumWidth(860);
PluginManager *pluginManager = PluginManager::instance();
connect(pluginManager, SIGNAL(objectAdded(QObject*)), SLOT(welcomePluginAdded(QObject*)));