effects/overview: center drag hotspot
This commit is contained in:
parent
22eb154fa0
commit
206689874f
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue