summaryrefslogtreecommitdiffstats
path: root/framework/qml/MailListView.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-11 17:39:51 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-11 17:42:37 +0200
commit019de72c3517e0c48b1a1bb3043e33be66fdaa61 (patch)
tree9d671505d5700689127e197387ca4ae26a1e28a8 /framework/qml/MailListView.qml
parentf9213be11f5db5d723eff1b44fbb915d96ad5736 (diff)
downloadkube-019de72c3517e0c48b1a1bb3043e33be66fdaa61.tar.gz
kube-019de72c3517e0c48b1a1bb3043e33be66fdaa61.zip
Stop at bounds
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r--framework/qml/MailListView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml
index f9dd92b6..1ffb2971 100644
--- a/framework/qml/MailListView.qml
+++ b/framework/qml/MailListView.qml
@@ -69,6 +69,7 @@ FocusScope {
69 anchors.fill: parent 69 anchors.fill: parent
70 clip: true 70 clip: true
71 focus: true 71 focus: true
72 boundsBehavior: Flickable.StopAtBounds
72 73
73 ScrollBar.vertical: ScrollBar{ 74 ScrollBar.vertical: ScrollBar{
74 id: scrollbar 75 id: scrollbar