From 206689874ff4193cfdd0c31a7349e3a7754e25b5 Mon Sep 17 00:00:00 2001 From: Xaver Hugl Date: Tue, 26 Oct 2021 14:29:47 +0200 Subject: [PATCH] effects/overview: center drag hotspot --- src/effects/overview/qml/WindowHeap.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/effects/overview/qml/WindowHeap.qml b/src/effects/overview/qml/WindowHeap.qml index bd6ae95d45..3b643af589 100644 --- a/src/effects/overview/qml/WindowHeap.qml +++ b/src/effects/overview/qml/WindowHeap.qml @@ -74,6 +74,7 @@ FocusScope { Drag.active: dragHandler.active Drag.source: thumb.client + Drag.hotSpot: Qt.point(width * 0.5, height * 0.5) states: [ State {