diff --git a/resources/icons/ui/trash-alt.svg b/resources/icons/ui/trash-alt.svg new file mode 100644 index 00000000..81f1cc31 --- /dev/null +++ b/resources/icons/ui/trash-alt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/qml/MobileMessageContextPopup.qml b/resources/qml/MobileMessageContextPopup.qml index 51d9639f..b52b85c0 100644 --- a/resources/qml/MobileMessageContextPopup.qml +++ b/resources/qml/MobileMessageContextPopup.qml @@ -187,7 +187,7 @@ Item { height: width Layout.alignment: Qt.AlignHCenter hoverEnabled: true - image: ":/icons/icons/ui/delete.png" + image: ":/icons/icons/ui/trash-alt.svg" ToolTip.visible: hovered ToolTip.text: qsTr("Remove") onClicked: {