diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-11 14:39:57 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-11 14:40:19 +0100 |
commit | 89231902b7fa7d8c9143ebc775dc25013294f6a4 (patch) | |
tree | 048953157117b83ff9c940d79332aa6a8881eb59 /framework/qml/MailListView.qml | |
parent | 89f004a0cdc58056b93e5ef8d43969c99f8d743d (diff) | |
download | kube-89231902b7fa7d8c9143ebc775dc25013294f6a4.tar.gz kube-89231902b7fa7d8c9143ebc775dc25013294f6a4.zip |
More conversationview testing
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r-- | framework/qml/MailListView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index 074f004c..f3e6a7a6 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml | |||
@@ -109,6 +109,7 @@ FocusScope { | |||
109 | 109 | ||
110 | Kube.ListView { | 110 | Kube.ListView { |
111 | id: listView | 111 | id: listView |
112 | objectName: "listView" | ||
112 | 113 | ||
113 | Layout.fillWidth: true | 114 | Layout.fillWidth: true |
114 | Layout.fillHeight: true | 115 | Layout.fillHeight: true |