diff --git a/dots/.config/quickshell/ii/modules/overview/OverviewWidget.qml b/dots/.config/quickshell/ii/modules/overview/OverviewWidget.qml index 50e3a8ee1..18501b082 100644 --- a/dots/.config/quickshell/ii/modules/overview/OverviewWidget.qml +++ b/dots/.config/quickshell/ii/modules/overview/OverviewWidget.qml @@ -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