mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Merge pull request #15892 from zfox23/PALLogSpam
BUGZ-917: Fix log spam in NameCard.qml
This commit is contained in:
commit
afd5da07b0
1 changed files with 2 additions and 1 deletions
|
@ -400,7 +400,8 @@ Item {
|
|||
size: 24;
|
||||
x: 120
|
||||
anchors.verticalCenter: nameCardConnectionInfoImage.verticalCenter
|
||||
anchors.left: has3DHTML ? nameCardConnectionInfoText.right + 10 : avatarImage.right
|
||||
anchors.left: has3DHTML ? nameCardConnectionInfoText.right : avatarImage.right
|
||||
anchors.leftMargin: has3DHTML ? 10 : 0
|
||||
}
|
||||
MouseArea {
|
||||
anchors.fill:nameCardRemoveConnectionImage
|
||||
|
|
Loading…
Reference in a new issue