3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 01:15:36 +02:00

BUGZ-917: Fix log spam in NameCard.qml due to errant line of code

This commit is contained in:
Zach Fox 2019-07-05 12:24:05 -07:00
parent 47a863cb11
commit 38ad93a7ed

View file

@ -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