diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-02-21 19:33:17 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-02-21 19:33:17 +0100 |
commit | b08e78c52a0b6a3c725ce58e0c3fb0bfcdf2bc55 (patch) | |
tree | bb68538866c0e877a0f0e7db1bd016b8b17ee5cb /components/package/contents/ui/MailListView.qml | |
parent | 3841f489eb0fa12cd6a733d7301f2df22ab9ca52 (diff) | |
download | kube-b08e78c52a0b6a3c725ce58e0c3fb0bfcdf2bc55.tar.gz kube-b08e78c52a0b6a3c725ce58e0c3fb0bfcdf2bc55.zip |
better mark-as-read icon
Diffstat (limited to 'components/package/contents/ui/MailListView.qml')
-rw-r--r-- | components/package/contents/ui/MailListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml index 3f0ebcaa..1467979a 100644 --- a/components/package/contents/ui/MailListView.qml +++ b/components/package/contents/ui/MailListView.qml | |||
@@ -47,7 +47,7 @@ Item { | |||
47 | spacing: Kirigami.Units.smallSpacing | 47 | spacing: Kirigami.Units.smallSpacing |
48 | 48 | ||
49 | Controls.ToolButton { | 49 | Controls.ToolButton { |
50 | iconName: "mail-mark-unread" | 50 | iconName: "mail-mark-unread-new" |
51 | text: qsTr("Mark As Read") | 51 | text: qsTr("Mark As Read") |
52 | enabled: mailController.markAsReadAction.enabled | 52 | enabled: mailController.markAsReadAction.enabled |
53 | tooltip: qsTr("mark mail as read") | 53 | tooltip: qsTr("mark mail as read") |