Remove output mode.

Replaced by the maximize and "More..." buttons.
Edit mode is now the fallback mode for the output panes.
This commit is contained in:
con
2009-12-15 16:42:56 +01:00
parent 16821dd852
commit d7e04f3b44
6 changed files with 9 additions and 43 deletions

View File

@@ -55,7 +55,7 @@ FancyTabBar::FancyTabBar(QWidget *parent)
: QWidget(parent)
{
m_hoverIndex = -1;
m_currentIndex = 0;
m_currentIndex = -1;
setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding);
setStyle(new QWindowsStyle);
setMinimumWidth(qMax(2 * m_rounding, 40));