diff options
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 | ||