forked from qt-creator/qt-creator
WelcomePage: adjust minimum width to fit small screens
Change-Id: Ie2e3eb4d0df8ba73950d4d3c70ab25b9e7f7ab33 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -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*)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user