make tag buttons feel faster

This commit is contained in:
end-4
2025-05-05 23:47:58 +02:00
parent 8d93f44509
commit 98647d11f3
@@ -320,14 +320,7 @@ Item {
tagButton.down ? Appearance.colors.colLayer2Active :
tagButton.hovered ? Appearance.colors.colLayer2Hover :
Appearance.colors.colLayer2
Behavior on color {
ColorAnimation {
duration: Appearance.animation.elementMove.duration
easing.type: Appearance.animation.elementMove.type
easing.bezierCurve: Appearance.animation.elementMove.bezierCurve
}
}
}
contentItem: RowLayout {
spacing: 5