summaryrefslogtreecommitdiffstats
path: root/framework/qml/MailViewer.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-14 00:02:33 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-15 20:12:04 +0200
commit142cfea2ee8b50b5ef2e22b9de4fe4c461411ff2 (patch)
treee0bd0bcb6d3325a2ee5d9c2984f3cd5ff78cb425 /framework/qml/MailViewer.qml
parent89d62446608feb3296edb692b218d9eecdb24fe4 (diff)
downloadkube-142cfea2ee8b50b5ef2e22b9de4fe4c461411ff2.tar.gz
kube-142cfea2ee8b50b5ef2e22b9de4fe4c461411ff2.zip
Use a ScrollHelper to fix scrolling on listviews
Because the standard scrolling is so unusable depending on the input device we replace it by something custom that is fairly similar to what QQC1 ScrollView did. Using a ScrollView sucks in many ways, including that you have to wrap all sorts of things which is just code wise not great at all. The ScrollHelper can instead be attached to any existing flickable to override it's scrolling behaviour, so we can also silently drop it once the default flickable behaviour starts to make sense.
Diffstat (limited to 'framework/qml/MailViewer.qml')
0 files changed, 0 insertions, 0 deletions