From 0ed829c24aee2d15acd9eb1f4f4d3d091d8c58a4 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 12 Sep 2025 13:50:31 +1000 Subject: interactions: fix interaction area Hyprland bug smh --- modules/drawers/Interactions.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/drawers') diff --git a/modules/drawers/Interactions.qml b/modules/drawers/Interactions.qml index 7611702..484b28e 100644 --- a/modules/drawers/Interactions.qml +++ b/modules/drawers/Interactions.qml @@ -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) -- cgit v1.2.3-freya