chore(@StatusListItem.qml): object name for mouse area
This commit is contained in:
parent
b400a71304
commit
5d17a6ba7c
|
@ -147,6 +147,7 @@ Rectangle {
|
||||||
MouseArea {
|
MouseArea {
|
||||||
id: sensor
|
id: sensor
|
||||||
|
|
||||||
|
objectName: root.objectName + "_sensor"
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
cursorShape: containsMouse ? Qt.PointingHandCursor : Qt.ArrowCursor
|
cursorShape: containsMouse ? Qt.PointingHandCursor : Qt.ArrowCursor
|
||||||
acceptedButtons: Qt.NoButton
|
acceptedButtons: Qt.NoButton
|
||||||
|
|
Loading…
Reference in New Issue