summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-25 16:37:40 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-26 11:08:29 -0600
commite21bcc3708824692447e606cb3df54dd7f42f7f3 (patch)
treea24b7e605c9d45a1cf98067a82c117c8a21f270b /components
parent1fe17bf7a3930f93c2e96b273dbb2a75320e25c3 (diff)
downloadkube-e21bcc3708824692447e606cb3df54dd7f42f7f3.tar.gz
kube-e21bcc3708824692447e606cb3df54dd7f42f7f3.zip
Cleanup
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}