From a6d52392d836dccf2d48c456ae41e4d59421a44e Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Tue, 9 Feb 2021 09:58:01 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=BC=EF=B8=8F=20Move=20Alternative'=20W?= =?UTF-8?q?indows=20cursor=20position=20to=20left?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- builder/applbuild/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"},