summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/MailView.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/kube/contents/ui/MailView.qml b/components/kube/contents/ui/MailView.qml
index ef790b70..4bcb9b44 100644
--- a/components/kube/contents/ui/MailView.qml
+++ b/components/kube/contents/ui/MailView.qml
@@ -100,7 +100,6 @@ FocusScope {
100 width: Kube.Units.gridUnit * 20 100 width: Kube.Units.gridUnit * 20
101 height: parent.height 101 height: parent.height
102 activeFocusOnTab: true 102 activeFocusOnTab: true
103 onActiveFocusChanged: console.warn("maillist active focus", activeFocus)
104 Layout.minimumWidth: Kube.Units.gridUnit * 10 103 Layout.minimumWidth: Kube.Units.gridUnit * 10
105 } 104 }
106 105
@@ -109,7 +108,6 @@ FocusScope {
109 Layout.fillWidth: true 108 Layout.fillWidth: true
110 Layout.minimumWidth: Kube.Units.gridUnit * 5 109 Layout.minimumWidth: Kube.Units.gridUnit * 5
111 activeFocusOnTab: true 110 activeFocusOnTab: true
112 onActiveFocusChanged: console.warn("conversation active focus", activeFocus)
113 } 111 }
114 } 112 }
115} 113}