diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/drawers/Interactions.qml | 2 |
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) |