summaryrefslogtreecommitdiff
path: root/modules/drawers/Interactions.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-15 22:06:54 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-15 22:06:54 +1000
commit3a9db3d163a14c3e7d4cc060242eb73841b686f9 (patch)
tree0897baa9bd04cc18e2b48e8c72ce5edc77890082 /modules/drawers/Interactions.qml
parentinternal: fix null warnings (diff)
downloadcaelestia-shell-3a9db3d163a14c3e7d4cc060242eb73841b686f9.tar.gz
caelestia-shell-3a9db3d163a14c3e7d4cc060242eb73841b686f9.tar.bz2
caelestia-shell-3a9db3d163a14c3e7d4cc060242eb73841b686f9.zip
internal: remove workaround for hyprland bug
Diffstat (limited to 'modules/drawers/Interactions.qml')
-rw-r--r--modules/drawers/Interactions.qml3
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)