From 0b41a55ffce06c47465b0c0997349747dc8be289 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Sun, 29 May 2016 12:19:43 +0200 Subject: remove threadcounter for now because we don't have treads yet --- components/package/contents/ui/MailListView.qml | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'components') diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml index 9caaa9ce..bc292705 100644 --- a/components/package/contents/ui/MailListView.qml +++ b/components/package/contents/ui/MailListView.qml @@ -123,31 +123,6 @@ Controls.ScrollView { } } } - - Rectangle { - - anchors { - right: parent.right - bottom: parent.bottom - bottomMargin: 5 - } - - color: "lightgrey" //TODO wait for Kirigami pallete update - - height: Kirigami.Units.gridUnit * 2 - width: height - - visible: mailListDelegate.checked ? false : model.unread - - radius: 100 - - Text { - anchors.centerIn: parent - text: "+1" //TODO wait for thread implementation - color: Kirigami.Theme.complementaryTextColor - font.weight: Font.DemiBold - } - } } } } -- cgit v1.2.3