summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/MailListView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui/MailListView.qml')
-rw-r--r--components/package/contents/ui/MailListView.qml25
1 files changed, 0 insertions, 25 deletions
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 {
123 } 123 }
124 } 124 }
125 } 125 }
126
127 Rectangle {
128
129 anchors {
130 right: parent.right
131 bottom: parent.bottom
132 bottomMargin: 5
133 }
134
135 color: "lightgrey" //TODO wait for Kirigami pallete update
136
137 height: Kirigami.Units.gridUnit * 2
138 width: height
139
140 visible: mailListDelegate.checked ? false : model.unread
141
142 radius: 100
143
144 Text {
145 anchors.centerIn: parent
146 text: "+1" //TODO wait for thread implementation
147 color: Kirigami.Theme.complementaryTextColor
148 font.weight: Font.DemiBold
149 }
150 }
151 } 126 }
152 } 127 }
153 } 128 }