From 235b0e9f4da0d2e6b8322b205d91d0066f3b4827 Mon Sep 17 00:00:00 2001 From: Alexander Ivash Date: Thu, 17 May 2018 01:24:02 +0300 Subject: [PATCH] change icon for 'guy-in-circle' --- .../images/avatarapp/guy-in-circle.svg | 20 +++++++++++++++++++ interface/resources/qml/hifi/AvatarApp.qml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 interface/resources/images/avatarapp/guy-in-circle.svg diff --git a/interface/resources/images/avatarapp/guy-in-circle.svg b/interface/resources/images/avatarapp/guy-in-circle.svg new file mode 100644 index 0000000000..78cbf5186b --- /dev/null +++ b/interface/resources/images/avatarapp/guy-in-circle.svg @@ -0,0 +1,20 @@ + + + + + + + diff --git a/interface/resources/qml/hifi/AvatarApp.qml b/interface/resources/qml/hifi/AvatarApp.qml index 973bae6b6c..7fca8be1a9 100644 --- a/interface/resources/qml/hifi/AvatarApp.qml +++ b/interface/resources/qml/hifi/AvatarApp.qml @@ -46,7 +46,7 @@ Rectangle { console.debug('currentAvatar.wearables: ', currentAvatar.wearables); } - property url externalAvatarThumbnailUrl: '../../images/avatarapp/AvatarApp_Favorite_Elements_NoPicture.svg' + property url externalAvatarThumbnailUrl: '../../images/avatarapp/guy-in-circle.svg' function fromScript(message) { console.debug('AvatarApp.qml: fromScript: ', JSON.stringify(message, null, '\t'))