Delete mouse area action on user hash icon

This commit is contained in:
Angela Mazzurco 2017-06-12 16:39:33 +02:00
parent 912d26c47c
commit f8669b86e6

View File

@ -73,12 +73,6 @@ Item
hash: gxsInfo.gxs
height: toolBar.height - 4
anchors.leftMargin: 2
MouseArea
{
anchors.fill: parent
onClicked: delegateRoot.showDetails()
}
}
}
@ -285,6 +279,4 @@ Item
]
}
}
}