summaryrefslogtreecommitdiff
path: root/modules/drawers/Interactions.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-12 13:50:31 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-12 13:50:31 +1000
commit0ed829c24aee2d15acd9eb1f4f4d3d091d8c58a4 (patch)
tree4430f63147d834b279c805d7ee1fddc82b604656 /modules/drawers/Interactions.qml
parentplugin: fix floating point comparison (diff)
downloadcaelestia-shell-0ed829c24aee2d15acd9eb1f4f4d3d091d8c58a4.tar.gz
caelestia-shell-0ed829c24aee2d15acd9eb1f4f4d3d091d8c58a4.tar.bz2
caelestia-shell-0ed829c24aee2d15acd9eb1f4f4d3d091d8c58a4.zip
interactions: fix interaction area
Hyprland bug smh
Diffstat (limited to 'modules/drawers/Interactions.qml')
-rw-r--r--modules/drawers/Interactions.qml2
1 files changed, 2 insertions, 0 deletions
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)