From 3a9db3d163a14c3e7d4cc060242eb73841b686f9 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:06:54 +1000 Subject: internal: remove workaround for hyprland bug --- modules/drawers/Interactions.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/drawers/Interactions.qml') diff --git a/modules/drawers/Interactions.qml b/modules/drawers/Interactions.qml index c76ce82..4eb46a5 100644 --- a/modules/drawers/Interactions.qml +++ b/modules/drawers/Interactions.qml @@ -54,9 +54,6 @@ CustomMouseArea { } anchors.fill: parent - // FIXME: remove when Hyprland bug fixed - anchors.rightMargin: -1 - anchors.bottomMargin: -1 hoverEnabled: true onPressed: event => dragStart = Qt.point(event.x, event.y) -- cgit v1.2.3-freya