make highlight border width 4 per request from Mukul

This commit is contained in:
Alexander Ivash 2018-05-17 03:23:06 +03:00
parent bad7890c83
commit 459a1906a5

View file

@ -611,7 +611,7 @@ Rectangle {
id: favoriteAvatarImage id: favoriteAvatarImage
imageUrl: thumbnailUrl imageUrl: thumbnailUrl
border.color: container.highlighted ? style.colors.blueHighlight : 'transparent' border.color: container.highlighted ? style.colors.blueHighlight : 'transparent'
border.width: container.highlighted ? 2 : 0 border.width: container.highlighted ? 4 : 0
wearablesCount: { wearablesCount: {
console.debug('getMoreAvatars: ', getMoreAvatars, 'name: ', name); console.debug('getMoreAvatars: ', getMoreAvatars, 'name: ', name);
return !getMoreAvatars ? wearables.count : 0 return !getMoreAvatars ? wearables.count : 0