From 7c2f37154943aa285a12603e3f8e7297df640f86 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 27 Jul 2017 19:45:57 +0200 Subject: no checkbox because batch editing is not a priority for now --- framework/qml/MailListView.qml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'framework/qml') diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index 70c258e4..5b97cd21 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml @@ -151,19 +151,20 @@ FocusScope { } property color unreadColor: (model.unread && !delegateRoot.highlighted) ? Kube.Colors.highlightColor : delegateRoot.textColor - Kube.CheckBox { - id: checkBox - - anchors.verticalCenter: parent.verticalCenter - visible: (checked || delegateRoot.hovered) && !mouseArea.drag.active - opacity: 0.9 - } +//TODO batch editing +// Kube.CheckBox { +// id: checkBox +// +// anchors.verticalCenter: parent.verticalCenter +// visible: (checked || delegateRoot.hovered) && !mouseArea.drag.active +// opacity: 0.9 +// } Column { anchors { verticalCenter: parent.verticalCenter left: parent.left - leftMargin: checkBox.width + Kube.Units.smallSpacing + leftMargin: Kube.Units.largeSpacing // + checkBox.width } Kube.Label{ -- cgit v1.2.3