mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +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
|
||||
imageUrl: thumbnailUrl
|
||||
border.color: container.highlighted ? style.colors.blueHighlight : 'transparent'
|
||||
border.width: container.highlighted ? 2 : 0
|
||||
border.width: container.highlighted ? 4 : 0
|
||||
wearablesCount: {
|
||||
console.debug('getMoreAvatars: ', getMoreAvatars, 'name: ', name);
|
||||
return !getMoreAvatars ? wearables.count : 0
|
||||
|
|
Loading…
Reference in a new issue