mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:57:59 +02:00
make highlight border width 4 per request from Mukul
This commit is contained in:
parent
bad7890c83
commit
459a1906a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue