From e63db9a21cd3de1273f714ba36f300e5246f9c2b Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Tue, 20 Apr 2021 11:19:08 +0200 Subject: [PATCH] uiux(Communities): use proper icon for "leave community" menu item --- .../AppLayouts/Chat/CommunityComponents/CommunityList.qml | 6 +++--- ui/app/img/arrow-left.svg | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 ui/app/img/arrow-left.svg diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml index ace4f4b1ae..857a6a3955 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CommunityList.qml @@ -62,9 +62,9 @@ ListView { } Action { text: qsTr("Leave Community") - icon.source: "../../../img/edit.svg" - icon.width: 20 - icon.height: 20 + icon.source: "../../../img/arrow-left.svg" + icon.width: 12 + icon.height: 9 onTriggered: { chatsModel.communities.leaveCommunity(commnunityMenu.communityId) } diff --git a/ui/app/img/arrow-left.svg b/ui/app/img/arrow-left.svg new file mode 100644 index 0000000000..afe5c07eef --- /dev/null +++ b/ui/app/img/arrow-left.svg @@ -0,0 +1,3 @@ + + +