summaryrefslogtreecommitdiffstats
path: root/views/conversation/qml/View.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/conversation/qml/View.qml')
-rw-r--r--views/conversation/qml/View.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/conversation/qml/View.qml b/views/conversation/qml/View.qml
index 8b2b0caf..7f1c78bb 100644
--- a/views/conversation/qml/View.qml
+++ b/views/conversation/qml/View.qml
@@ -35,6 +35,7 @@ FocusScope {
35 35
36 Kube.PositiveButton { 36 Kube.PositiveButton {
37 id: newMailButton 37 id: newMailButton
38 objectName: "newMailButton"
38 39
39 anchors { 40 anchors {
40 top: parent.top 41 top: parent.top
@@ -104,6 +105,7 @@ FocusScope {
104 105
105 Kube.MailListView { 106 Kube.MailListView {
106 id: mailListView 107 id: mailListView
108 objectName: "mailListView"
107 anchors.fill: parent 109 anchors.fill: parent
108 activeFocusOnTab: true 110 activeFocusOnTab: true
109 Layout.minimumWidth: Kube.Units.gridUnit * 10 111 Layout.minimumWidth: Kube.Units.gridUnit * 10
@@ -112,6 +114,7 @@ FocusScope {
112 114
113 Kube.ConversationView { 115 Kube.ConversationView {
114 id: mailView 116 id: mailView
117 objectName: "mailView"
115 Layout.fillWidth: true 118 Layout.fillWidth: true
116 Layout.fillHeight: parent.height 119 Layout.fillHeight: parent.height
117 activeFocusOnTab: true 120 activeFocusOnTab: true