From c09d5a6c036f779891dfa133f1cafef453e17117 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 13 Sep 2025 16:59:51 +1000 Subject: internal: fix blurriness --- modules/drawers/Interactions.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/drawers/Interactions.qml') diff --git a/modules/drawers/Interactions.qml b/modules/drawers/Interactions.qml index 2783f37..337b0ff 100644 --- a/modules/drawers/Interactions.qml +++ b/modules/drawers/Interactions.qml @@ -54,6 +54,7 @@ CustomMouseArea { } anchors.fill: parent + // FIXME: remove when Hyprland bug fixed anchors.rightMargin: -1 anchors.bottomMargin: -1 hoverEnabled: true -- cgit v1.2.3-freya