diff --git a/Loop/Window Management/WindowAction.swift b/Loop/Window Management/WindowAction.swift index 746d3e75..c8781231 100644 --- a/Loop/Window Management/WindowAction.swift +++ b/Loop/Window Management/WindowAction.swift @@ -313,7 +313,7 @@ private extension WindowAction { } if let yPoint { - result.origin.y += bounds.width * (yPoint / 100.0) + result.origin.y += bounds.height * (yPoint / 100.0) } } } else { // positionMode would be generic