Update OverviewWidget.qml

This commit is contained in:
end-4
2025-11-04 22:52:48 +01:00
parent 9d830767c7
commit 67695c8edb
@@ -224,8 +224,8 @@ Item {
}
z: Drag.active ? root.windowDraggingZ : (root.windowZ + windowData?.floating)
Drag.hotSpot.x: targetWindowWidth / 2
Drag.hotSpot.y: targetWindowHeight / 2
Drag.hotSpot.x: width / 2
Drag.hotSpot.y: height / 2
MouseArea {
id: dragArea
anchors.fill: parent