forked from qt-creator/qt-creator
Show horizontal scrollbar in navigator views (if needed)
Requested by con.
This commit is contained in:
@@ -24,7 +24,6 @@ QmlJSOutlineTreeView::QmlJSOutlineTreeView(QWidget *parent) :
|
||||
{
|
||||
// see also CppOutlineTreeView
|
||||
setFocusPolicy(Qt::NoFocus);
|
||||
setHeaderHidden(true);
|
||||
setExpandsOnDoubleClick(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user