uiux(StatusIconTabButton): change cursor on component hover
This commit is contained in:
parent
4fbe1f202f
commit
f9699b7ca0
|
@ -57,4 +57,10 @@ TabButton {
|
|||
color: hovered ? Style.current.secondaryBackground : "transparent"
|
||||
radius: control.width / 2
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
anchors.fill: parent
|
||||
onPressed: mouse.accepted = false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue