mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-03 10:35:05 +08:00
misc: remove some warnings about hovering
Change-Id: I5066a9b4e2ec8ac7731765bf73b7a7d544b0978c Gitlab: #5
This commit is contained in:
committed by
Adrien Béraud
parent
acb1cf0c00
commit
d4c5f42253
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user