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