forked from qt-creator/qt-creator
Remove redundant projects label
As discussed with nigel, this label doesnt really make sense. It is confusing because you might thing you should click it and tab widgets do not usually require labels to indicate that you should press them.
This commit is contained in:
@@ -263,7 +263,6 @@ ProjectWindow::ProjectWindow(QWidget *parent)
|
||||
viewLayout->setSpacing(0);
|
||||
|
||||
m_tabWidget = new DoubleTabWidget(this);
|
||||
m_tabWidget->setTitle(tr("Select a Project:"));
|
||||
viewLayout->addWidget(m_tabWidget);
|
||||
|
||||
// Setup our container for the contents:
|
||||
|
||||
Reference in New Issue
Block a user