interactions: fix interaction area
Hyprland bug smh
This commit is contained in:
parent
2bd7089310
commit
0ed829c24a
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ CustomMouseArea {
|
||||||
}
|
}
|
||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
anchors.rightMargin: -1
|
||||||
|
anchors.bottomMargin: -1
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
|
|
||||||
onPressed: event => dragStart = Qt.point(event.x, event.y)
|
onPressed: event => dragStart = Qt.point(event.x, event.y)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue