Change the 'Dismiss all notifications' icon

Summary: This matches the KDE notification icon.

Reviewers: apol

Reviewed By: apol

Subscribers: abetts, Fuchs, apol, kdeconnect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D13534
This commit is contained in:
Thomas Surrel 2018-06-14 17:44:37 +02:00 committed by Aleix Pol
parent e4ff1cdaae
commit 5ab26096a2

View file

@ -195,7 +195,7 @@ PlasmaComponents.ListItem
enabled: true enabled: true
visible: notificationsModel.isAnyDimissable; visible: notificationsModel.isAnyDimissable;
anchors.right: parent.right anchors.right: parent.right
iconSource: "window-close" iconSource: "edit-delete"
tooltip: i18n("Dismiss all notifications") tooltip: i18n("Dismiss all notifications")
onClicked: notificationsModel.dismissAll(); onClicked: notificationsModel.dismissAll();
} }