forked from qt-creator/qt-creator
WelcomePage: adjusting minimum size
Task-number: QTCREATORBUG-6818 Change-Id: I030c38e0cc5e370a8f18f5cefc805a51ec730c9a Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
d341e59d3d
commit
7b856ee45e
@@ -162,7 +162,7 @@ WelcomeMode::WelcomeMode() :
|
||||
layout->addWidget(scrollArea);
|
||||
scrollArea->setWidget(m_welcomePage);
|
||||
scrollArea->setWidgetResizable(true);
|
||||
m_welcomePage->setMinimumWidth(860);
|
||||
m_welcomePage->setMinimumWidth(880);
|
||||
m_welcomePage->setMinimumHeight(548);
|
||||
PluginManager *pluginManager = PluginManager::instance();
|
||||
connect(pluginManager, SIGNAL(objectAdded(QObject*)), SLOT(welcomePluginAdded(QObject*)));
|
||||
|
Reference in New Issue
Block a user