diff options
Diffstat (limited to 'framework/qml/TreeView.qml')
-rw-r--r-- | framework/qml/TreeView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/TreeView.qml b/framework/qml/TreeView.qml index e1818a0b..d53497af 100644 --- a/framework/qml/TreeView.qml +++ b/framework/qml/TreeView.qml | |||
@@ -47,7 +47,7 @@ FocusScope { | |||
47 | 47 | ||
48 | anchors.fill: parent | 48 | anchors.fill: parent |
49 | 49 | ||
50 | Controls2.ScrollBar.vertical: Controls2.ScrollBar {} | 50 | Controls2.ScrollBar.vertical: Kube.ScrollBar {} |
51 | clip: true | 51 | clip: true |
52 | contentWidth: root.width | 52 | contentWidth: root.width |
53 | contentHeight: treeView.implicitHeight | 53 | contentHeight: treeView.implicitHeight |