diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-08-23 14:57:15 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-08-23 14:57:15 +0200 |
commit | 24f73cfc1ecde01dccba11d6d1581d706aa4d428 (patch) | |
tree | d1afb7268b73046a0f25d2f6a8afe9b2eecb18c4 /framework/qml/TreeView.qml | |
parent | 541d459c6fce2f6a6924ff408a7b903cbef01cbc (diff) | |
download | kube-24f73cfc1ecde01dccba11d6d1581d706aa4d428.tar.gz kube-24f73cfc1ecde01dccba11d6d1581d706aa4d428.zip |
introduce Kube.ScrollBar
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 |