diff options
Diffstat (limited to 'framework/qml/ConversationView.qml')
-rw-r--r-- | framework/qml/ConversationView.qml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml index 453ee3a0..d5b64ea4 100644 --- a/framework/qml/ConversationView.qml +++ b/framework/qml/ConversationView.qml | |||
@@ -62,6 +62,9 @@ Rectangle { | |||
62 | 62 | ||
63 | ListView { | 63 | ListView { |
64 | id: listView | 64 | id: listView |
65 | |||
66 | anchors.fill: parent | ||
67 | |||
65 | function setCurrentIndex() | 68 | function setCurrentIndex() |
66 | { | 69 | { |
67 | /** | 70 | /** |
@@ -84,13 +87,6 @@ Rectangle { | |||
84 | } | 87 | } |
85 | } | 88 | } |
86 | 89 | ||
87 | anchors { | ||
88 | top: parent.top | ||
89 | left: parent.left | ||
90 | right: parent.right | ||
91 | bottom: parent.bottom | ||
92 | } | ||
93 | |||
94 | clip: true | 90 | clip: true |
95 | 91 | ||
96 | model: Kube.MailListModel { | 92 | model: Kube.MailListModel { |
@@ -116,7 +112,7 @@ Rectangle { | |||
116 | boundsBehavior: Flickable.StopAtBounds | 112 | boundsBehavior: Flickable.StopAtBounds |
117 | 113 | ||
118 | //default is 1500, which is not usable with a mouse | 114 | //default is 1500, which is not usable with a mouse |
119 | flickDeceleration: 10000 | 115 | flickDeceleration: 1500 |
120 | 116 | ||
121 | //Optimize for view quality | 117 | //Optimize for view quality |
122 | pixelAligned: true | 118 | pixelAligned: true |