effects/overview: center drag hotspot

This commit is contained in:
Xaver Hugl 2021-10-26 14:29:47 +02:00
parent 22eb154fa0
commit 206689874f

View file

@ -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 {