diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-12 04:36:26 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-12 04:36:26 +0200 |
commit | fa06f6b769e3e925ed5b2e1f9997ffdeb5096856 (patch) | |
tree | fd30ef9609873df71c371437f4f9c7b6f6bc96cb /framework/qml/MailListView.qml | |
parent | 64a72a36cf69cce4c962b257ea3eab68d16c64fc (diff) | |
download | kube-fa06f6b769e3e925ed5b2e1f9997ffdeb5096856.tar.gz kube-fa06f6b769e3e925ed5b2e1f9997ffdeb5096856.zip |
Use Kube.ListView everywhere
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r-- | framework/qml/MailListView.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index e0befaf7..a6db1aba 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml | |||
@@ -63,13 +63,12 @@ FocusScope { | |||
63 | text: "Nothing here..." | 63 | text: "Nothing here..." |
64 | } | 64 | } |
65 | 65 | ||
66 | ListView { | 66 | Kube.ListView { |
67 | id: listView | 67 | id: listView |
68 | 68 | ||
69 | anchors.fill: parent | 69 | anchors.fill: parent |
70 | clip: true | 70 | clip: true |
71 | focus: true | 71 | focus: true |
72 | boundsBehavior: Flickable.StopAtBounds | ||
73 | 72 | ||
74 | ScrollBar.vertical: ScrollBar{ | 73 | ScrollBar.vertical: ScrollBar{ |
75 | id: scrollbar | 74 | id: scrollbar |