diff options
Diffstat (limited to 'components/package/contents/ui/ConversationView.qml')
-rw-r--r-- | components/package/contents/ui/ConversationView.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/package/contents/ui/ConversationView.qml b/components/package/contents/ui/ConversationView.qml index 6ecc59ae..eedd446b 100644 --- a/components/package/contents/ui/ConversationView.qml +++ b/components/package/contents/ui/ConversationView.qml | |||
@@ -94,6 +94,9 @@ Rectangle { | |||
94 | 94 | ||
95 | delegate: mailDelegate | 95 | delegate: mailDelegate |
96 | 96 | ||
97 | //Setting the currentIndex results in further lags. So we don't do that either. | ||
98 | // currentIndex: root.currentIndex | ||
99 | |||
97 | boundsBehavior: Flickable.StopAtBounds | 100 | boundsBehavior: Flickable.StopAtBounds |
98 | 101 | ||
99 | //default is 1500, which is not usable with a mouse | 102 | //default is 1500, which is not usable with a mouse |