mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
Solve contacts view onhover bug on android platforms
This commit is contained in:
parent
8ebd0f770f
commit
ddaa03514c
1 changed files with 3 additions and 3 deletions
|
@ -32,18 +32,18 @@ Item
|
||||||
property var lastMessageData: ({})
|
property var lastMessageData: ({})
|
||||||
property var locale: Qt.locale()
|
property var locale: Qt.locale()
|
||||||
|
|
||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
|
id: contactItem
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: contactItem.containsMouse ? "lightgrey" : "transparent"
|
color: contactItemArea.containsPress ? "lightgrey" : "transparent"
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
|
||||||
MouseArea
|
MouseArea
|
||||||
{
|
{
|
||||||
id: contactItem
|
id: contactItemArea
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onClicked:
|
onClicked:
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue