updated components #122

Merged
zach merged 64 commits from feat/updated-components into main 2026-06-23 11:33:20 +02:00
Showing only changes of commit 7756e46355 - Show all commits
+9 -8
View File
@@ -18,14 +18,6 @@ ScrollBar {
implicitWidth: Appearance.padding.extraSmall * 2
contentItem: Item {
MouseArea {
id: mouse
acceptedButtons: Qt.NoButton
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
hoverEnabled: true
}
}
Behavior on position {
enabled: !fullMouse.pressed
@@ -89,6 +81,15 @@ ScrollBar {
type: Anim.DefaultEffects
}
}
MouseArea {
id: mouse
acceptedButtons: Qt.NoButton
anchors.fill: parent
cursorShape: Qt.PointingHandCursor
hoverEnabled: true
}
}
}