summaryrefslogtreecommitdiffstats
path: root/framework/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
parentf9213be11f5db5d723eff1b44fbb915d96ad5736 (diff)
downloadkube-019de72c3517e0c48b1a1bb3043e33be66fdaa61.tar.gz
kube-019de72c3517e0c48b1a1bb3043e33be66fdaa61.zip
Stop at bounds
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/FolderListView.qml1
-rw-r--r--framework/qml/MailListView.qml1
-rw-r--r--framework/qml/People.qml1
3 files changed, 3 insertions, 0 deletions
diff --git a/framework/qml/FolderListView.qml b/framework/qml/FolderListView.qml
index 3b963022..e5ab018f 100644
--- a/framework/qml/FolderListView.qml
+++ b/framework/qml/FolderListView.qml
@@ -28,6 +28,7 @@ TreeView {
28 id: treeView 28 id: treeView
29 property variant accountId 29 property variant accountId
30 visible: true 30 visible: true
31 flickableItem.boundsBehavior: Flickable.StopAtBounds
31 32
32 TableViewColumn { 33 TableViewColumn {
33 title: "Name" 34 title: "Name"
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
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