diff --git a/builder/applbuild/constants.py b/builder/applbuild/constants.py index 94c2e9c..9564dbe 100644 --- a/builder/applbuild/constants.py +++ b/builder/applbuild/constants.py @@ -74,7 +74,7 @@ WIN_CURSORS_CFG: Dict[str, Dict[str, str]] = { ########## # Static # ########## - "right_ptr.png": {"to": "Alternate", "position": "top_right"}, + "right_ptr.png": {"to": "Alternate", "position": "top_left"}, "cross.png": {"to": "Cross"}, "left_ptr.png": {"to": "Default", "position": "top_left"}, "bottom_left_corner.png": {"to": "Diagonal_1"},