summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/ScrollBar.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/ScrollBar.qml b/framework/qml/ScrollBar.qml
index 9298c3ea..5d484614 100644
--- a/framework/qml/ScrollBar.qml
+++ b/framework/qml/ScrollBar.qml
@@ -26,6 +26,7 @@ T.ScrollBar {
26 implicitWidth: contentItem.implicitWidth 26 implicitWidth: contentItem.implicitWidth
27 implicitHeight: contentItem.implicitHeight 27 implicitHeight: contentItem.implicitHeight
28 28
29 visible: contentItem.height < background.height
29 30
30 contentItem: Rectangle { 31 contentItem: Rectangle {
31 implicitWidth: Kube.Units.gridUnit / 3 32 implicitWidth: Kube.Units.gridUnit / 3