summaryrefslogtreecommitdiffstats
path: root/framework/qml/TreeView.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-08-30 15:20:16 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-08-30 15:20:16 +0200
commit2180926301a6417b8dd06dba9d65a337d3e91db1 (patch)
treec50ed4042e527474cca7254e179927da5afd8583 /framework/qml/TreeView.qml
parentd171a3b185565c75b4fa55d114f645c7dc8f91d8 (diff)
downloadkube-2180926301a6417b8dd06dba9d65a337d3e91db1.tar.gz
kube-2180926301a6417b8dd06dba9d65a337d3e91db1.zip
invert scrollbar colors in folder view
Diffstat (limited to 'framework/qml/TreeView.qml')
-rw-r--r--framework/qml/TreeView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/TreeView.qml b/framework/qml/TreeView.qml
index d53497af..eb140514 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: Kube.ScrollBar {} 50 Controls2.ScrollBar.vertical: Kube.ScrollBar { invertedColors: true }
51 clip: true 51 clip: true
52 contentWidth: root.width 52 contentWidth: root.width
53 contentHeight: treeView.implicitHeight 53 contentHeight: treeView.implicitHeight