mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
misc: remove some warnings about hovering
Change-Id: I5066a9b4e2ec8ac7731765bf73b7a7d544b0978c Gitlab: #5
This commit is contained in:
parent
acb1cf0c00
commit
d4c5f42253
3 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue