diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-11 17:39:51 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-11 17:42:37 +0200 |
commit | 019de72c3517e0c48b1a1bb3043e33be66fdaa61 (patch) | |
tree | 9d671505d5700689127e197387ca4ae26a1e28a8 /framework/qml/People.qml | |
parent | f9213be11f5db5d723eff1b44fbb915d96ad5736 (diff) | |
download | kube-019de72c3517e0c48b1a1bb3043e33be66fdaa61.tar.gz kube-019de72c3517e0c48b1a1bb3043e33be66fdaa61.zip |
Stop at bounds
Diffstat (limited to 'framework/qml/People.qml')
-rw-r--r-- | framework/qml/People.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/People.qml b/framework/qml/People.qml index f4285f24..11416a1b 100644 --- a/framework/qml/People.qml +++ b/framework/qml/People.qml | |||
@@ -101,6 +101,7 @@ Item { | |||
101 | ScrollBar.vertical: ScrollBar { } | 101 | ScrollBar.vertical: ScrollBar { } |
102 | contentHeight: content.height | 102 | contentHeight: content.height |
103 | clip: true | 103 | clip: true |
104 | boundsBehavior: Flickable.StopAtBounds | ||
104 | 105 | ||
105 | Item { | 106 | Item { |
106 | id: content | 107 | id: content |