From 5ab26096a20653624b57f513d976af16dc9e26da Mon Sep 17 00:00:00 2001 From: Thomas Surrel Date: Thu, 14 Jun 2018 17:44:37 +0200 Subject: [PATCH] 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 --- plasmoid/package/contents/ui/DeviceDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/package/contents/ui/DeviceDelegate.qml b/plasmoid/package/contents/ui/DeviceDelegate.qml index 57fc1fce5..8e320bdce 100644 --- a/plasmoid/package/contents/ui/DeviceDelegate.qml +++ b/plasmoid/package/contents/ui/DeviceDelegate.qml @@ -195,7 +195,7 @@ PlasmaComponents.ListItem enabled: true visible: notificationsModel.isAnyDimissable; anchors.right: parent.right - iconSource: "window-close" + iconSource: "edit-delete" tooltip: i18n("Dismiss all notifications") onClicked: notificationsModel.dismissAll(); }