Tweaks to the project pane.

(cherry picked from commit e187cb40fd)
This commit is contained in:
dt
2009-10-05 15:27:55 +02:00
parent 9480c15c8b
commit b76d643cc6
4 changed files with 26 additions and 7 deletions

View File

@@ -104,7 +104,7 @@ void PanelsWidget::addWidget(QWidget *widget)
p.panelWidget = widget;
p.marginLayout = 0;
m_layout->insertWidget(m_layout->count() -1, widget);
m_layout->insertWidget(m_layout->count() - 1, widget);
m_panels.append(p);
}