diff options
Diffstat (limited to 'framework/qml')
-rw-r--r-- | framework/qml/ConversationView.qml | 1 | ||||
-rw-r--r-- | framework/qml/InlineAccountSwitcher.qml | 1 | ||||
-rw-r--r-- | framework/qml/MailListView.qml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml index c4cdea32..c8ea74ae 100644 --- a/framework/qml/ConversationView.qml +++ b/framework/qml/ConversationView.qml | |||
@@ -53,6 +53,7 @@ FocusScope { | |||
53 | 53 | ||
54 | Kube.ConversationListView { | 54 | Kube.ConversationListView { |
55 | id: listView | 55 | id: listView |
56 | objectName: "listView" | ||
56 | focus: true | 57 | focus: true |
57 | 58 | ||
58 | anchors { | 59 | anchors { |
diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml index 746891f9..b7f69588 100644 --- a/framework/qml/InlineAccountSwitcher.qml +++ b/framework/qml/InlineAccountSwitcher.qml | |||
@@ -74,6 +74,7 @@ FocusScope { | |||
74 | } | 74 | } |
75 | 75 | ||
76 | Kube.FolderListView { | 76 | Kube.FolderListView { |
77 | objectName: "folderListView" | ||
77 | anchors { | 78 | anchors { |
78 | top: accountButton.bottom | 79 | top: accountButton.bottom |
79 | left: parent.left | 80 | left: parent.left |
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 |