tab buttons: fix pointing hand cursor

This commit is contained in:
end-4
2025-05-17 23:04:00 +02:00
parent 8d91007a89
commit c8bbdbc472
2 changed files with 2 additions and 4 deletions
@@ -16,8 +16,6 @@ TabButton {
property int rippleDuration: 1200
height: buttonBackground.height
PointingHandInteraction {}
component RippleAnim: NumberAnimation {
duration: rippleDuration
easing.type: Appearance.animation.elementMoveEnter.type
@@ -26,7 +24,7 @@ TabButton {
MouseArea {
anchors.fill: parent
propagateComposedEvents: true
cursorShape: Qt.PointingHandCursor
onPressed: (event) => {
const {x,y} = event
const stateY = buttonBackground.y;
@@ -26,7 +26,7 @@ TabButton {
MouseArea {
anchors.fill: parent
propagateComposedEvents: true
cursorShape: Qt.PointingHandCursor
onPressed: (event) => {
const {x,y} = event
const stateY = buttonBackground.y;