Show horizontal scrollbar in navigator views (if needed)

Requested by con.
This commit is contained in:
Kai Koehne
2010-07-16 16:26:29 +02:00
parent 982bc3e3ff
commit 4b504323ec
4 changed files with 7 additions and 8 deletions

View File

@@ -22,7 +22,6 @@ CppOutlineTreeView::CppOutlineTreeView(QWidget *parent) :
{
// see also QmlJSOutlineTreeView
setFocusPolicy(Qt::NoFocus);
setHeaderHidden(true);
setExpandsOnDoubleClick(false);
}