interactions: fix interaction area

Hyprland bug smh
This commit is contained in:
2 * r + 2 * t 2025-09-12 13:50:31 +10:00
parent 2bd7089310
commit 0ed829c24a

View file

@ -54,6 +54,8 @@ CustomMouseArea {
}
anchors.fill: parent
anchors.rightMargin: -1
anchors.bottomMargin: -1
hoverEnabled: true
onPressed: event => dragStart = Qt.point(event.x, event.y)