diff options
author | thohartm <Thomas.Hartmann@nokia.com> | 2012-05-22 16:59:47 +0200 |
---|---|---|
committer | Thomas Hartmann <Thomas.Hartmann@nokia.com> | 2012-05-23 12:35:04 +0200 |
commit | 7b856ee45ec58c87b865b5bdeffa651c296515be (patch) | |
tree | 113a853e681003ab71e5930928cca6dca871a22f /src/plugins | |
parent | d341e59d3d7c4ce26f407c830a6a834d261e8566 (diff) | |
download | qt-creator-7b856ee45ec58c87b865b5bdeffa651c296515be.tar.gz |
WelcomePage: adjusting minimum size
Task-number: QTCREATORBUG-6818
Change-Id: I030c38e0cc5e370a8f18f5cefc805a51ec730c9a
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/welcome/welcomeplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/welcome/welcomeplugin.cpp b/src/plugins/welcome/welcomeplugin.cpp index d9e8c6072f..7b818d28b6 100644 --- a/src/plugins/welcome/welcomeplugin.cpp +++ b/src/plugins/welcome/welcomeplugin.cpp @@ -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*))); |