mirror of
https://github.com/overte-org/overte.git
synced 2025-06-25 12:29:43 +02:00
remove info button from avatar image
This commit is contained in:
parent
61ece265f4
commit
06bd9c97bf
1 changed files with 0 additions and 19 deletions
|
@ -81,25 +81,6 @@ Item {
|
||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
visible: userImage.status != Image.Ready;
|
visible: userImage.status != Image.Ready;
|
||||||
}
|
}
|
||||||
StateImage {
|
|
||||||
id: infoHoverImage;
|
|
||||||
visible: false;
|
|
||||||
imageURL: "../../images/info-icon-2-state.svg";
|
|
||||||
size: 32;
|
|
||||||
buttonState: 1;
|
|
||||||
anchors.centerIn: parent;
|
|
||||||
}
|
|
||||||
MouseArea {
|
|
||||||
anchors.fill: parent
|
|
||||||
enabled: selected || isMyCard;
|
|
||||||
hoverEnabled: enabled
|
|
||||||
onClicked: {
|
|
||||||
userInfoViewer.url = defaultBaseUrl + "/users/" + userName;
|
|
||||||
userInfoViewer.visible = true;
|
|
||||||
}
|
|
||||||
onEntered: infoHoverImage.visible = true;
|
|
||||||
onExited: infoHoverImage.visible = false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Colored border around avatarImage
|
// Colored border around avatarImage
|
||||||
|
|
Loading…
Reference in a new issue