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:
parent
47a863cb11
commit
38ad93a7ed
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