diff --git a/plasmoid/package/contents/ui/DeviceDelegate.qml b/plasmoid/package/contents/ui/DeviceDelegate.qml --- a/plasmoid/package/contents/ui/DeviceDelegate.qml +++ b/plasmoid/package/contents/ui/DeviceDelegate.qml @@ -195,7 +195,7 @@ enabled: true visible: notificationsModel.isAnyDimissable; anchors.right: parent.right - iconSource: "window-close" + iconSource: "edit-delete" tooltip: i18n("Dismiss all notifications") onClicked: notificationsModel.dismissAll(); }