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

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