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/FolderListView.qml | |
parent | f9213be11f5db5d723eff1b44fbb915d96ad5736 (diff) | |
download | kube-019de72c3517e0c48b1a1bb3043e33be66fdaa61.tar.gz kube-019de72c3517e0c48b1a1bb3043e33be66fdaa61.zip |
Stop at bounds
Diffstat (limited to 'framework/qml/FolderListView.qml')
-rw-r--r-- | framework/qml/FolderListView.qml | 1 |
1 files changed, 1 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" |