move avatarapp-specific images into appropriate subfolder

This commit is contained in:
Alexander Ivash 2018-05-16 22:16:15 +03:00
parent 0efb5437e8
commit 856c95b52a
5 changed files with 2 additions and 4 deletions

View file

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

View file

@ -632,8 +632,6 @@ Rectangle {
enabled: !container.highlighted
hoverEnabled: enabled
property url getWearablesUrl: '../../images/samples/hifi-place-77312e4b-6f48-4eb4-87e2-50444d8e56d1.png'
onClicked: {
if(isInManageState) {
var currentItem = delegateRoot.GridView.view.model.get(index);

View file

@ -16,7 +16,7 @@ MessageBox {
popup.open();
}
property url getWearablesUrl: '../../../images/samples/hifi-place-77312e4b-6f48-4eb4-87e2-50444d8e56d1.png'
property url getWearablesUrl: '../../../images/avatarapp/hifi-place-get-wearables.png'
function showGetWearables(callback, linkCallback) {
popup.button2text = 'AvatarIsland'
@ -76,7 +76,7 @@ MessageBox {
popup.open();
}
property url getAvatarsUrl: '../../../images/samples/hifi-place-get-avatars.png'
property url getAvatarsUrl: '../../../images/avatarapp/hifi-place-get-avatars.png'
function showBuyAvatars(callback, linkCallback) {
popup.button2text = 'BodyMart'