mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +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;
|
size: 24;
|
||||||
x: 120
|
x: 120
|
||||||
anchors.verticalCenter: nameCardConnectionInfoImage.verticalCenter
|
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 {
|
MouseArea {
|
||||||
anchors.fill:nameCardRemoveConnectionImage
|
anchors.fill:nameCardRemoveConnectionImage
|
||||||
|
|
Loading…
Reference in a new issue