diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-26 13:56:21 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-26 14:34:32 -0600 |
commit | 699958ee8d39176da230fa6193cd7c91e08b5165 (patch) | |
tree | ebf7895545d29babc22179e57db9d24de88ca433 /framework/qml/MailListView.qml | |
parent | 001e863e345cedaa8c292c522de83cb87616360f (diff) | |
download | kube-699958ee8d39176da230fa6193cd7c91e08b5165.tar.gz kube-699958ee8d39176da230fa6193cd7c91e08b5165.zip |
Standard ListDelegate onClicked handler
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r-- | framework/qml/MailListView.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index 9de30313..d4e0672b 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml | |||
@@ -107,8 +107,6 @@ FocusScope { | |||
107 | //Required for D&D | 107 | //Required for D&D |
108 | property var mail: model.mail | 108 | property var mail: model.mail |
109 | 109 | ||
110 | onClicked: ListView.view.currentIndex = index | ||
111 | |||
112 | width: scrollbar.visible ? listView.width - scrollbar.width : listView.width | 110 | width: scrollbar.visible ? listView.width - scrollbar.width : listView.width |
113 | height: Kube.Units.gridUnit * 5 | 111 | height: Kube.Units.gridUnit * 5 |
114 | 112 | ||