forked from qt-creator/qt-creator
Welcome page adaptions.
Remove title and let the tabs span only the part that it switches. Change-Id: I20c7f05fe11dbc71eea5487b918770236cfd748d Reviewed-on: http://codereview.qt.nokia.com/1313 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
@@ -146,7 +146,7 @@ WelcomeMode::WelcomeMode() :
|
||||
QVBoxLayout *layout = new QVBoxLayout;
|
||||
layout->setMargin(0);
|
||||
layout->setSpacing(0);
|
||||
layout->addWidget(new Utils::StyledBar);
|
||||
// layout->addWidget(new Utils::StyledBar);
|
||||
layout->addWidget(m_welcomePage);
|
||||
m_modeWidget->setLayout(layout);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user