Skip to content
Snippets Groups Projects
Commit d4c5f422 authored by Sébastien Blin's avatar Sébastien Blin Committed by Adrien Béraud
Browse files

misc: remove some warnings about hovering

Change-Id: I5066a9b4e2ec8ac7731765bf73b7a7d544b0978c
Gitlab: #5
parent acb1cf0c
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ Button {
icon.source: ""
icon.height: 18
icon.width: 18
hoverEnabled: hoverColor !== undefined
hoverEnabled: hoveredColor !== undefined
contentItem: Item {
Rectangle {
......
......@@ -181,7 +181,7 @@ ItemDelegate {
backgroundColor: "transparent"
ToolTip.visible: isHovering
ToolTip.visible: hovered
ToolTip.text: qsTr("Add as contact")
onClicked: {
......
......@@ -180,7 +180,7 @@ ItemDelegate {
}
}
ToolTip.visible: isHovering
ToolTip.visible: hovered
ToolTip.text: {
if(isCurrent) {
if (editable) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment