diff options
Diffstat (limited to 'modules/drawers/Interactions.qml')
| -rw-r--r-- | modules/drawers/Interactions.qml | 3 |
1 files changed, 0 insertions, 3 deletions
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) |