mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 22:54:45 -04:00
🔧 Windows resize wrong cursor fix
This commit is contained in:
parent
7d489e0419
commit
293760af9d
2 changed files with 4 additions and 3 deletions
|
@ -30,9 +30,9 @@ windows_cursors = {
|
|||
"xterm.cur": "IBeam.cur",
|
||||
"circle.cur": "NO.cur",
|
||||
"all-scroll.cur": "SizeAll.cur",
|
||||
"bd_double_arrow.cur": "SizeNESW.cur",
|
||||
"bd_double_arrow.cur": "SizeNWSE.cur",
|
||||
"sb_v_double_arrow.cur": "SizeNS.cur",
|
||||
"fd_double_arrow.cur": "SizeNWSE.cur",
|
||||
"fd_double_arrow.cur": "SizeNESW.cur",
|
||||
"sb_h_double_arrow.cur": "SizeWE.cur",
|
||||
"sb_up_arrow.cur": "UpArrow.cur",
|
||||
"wait.ani": "Wait.ani",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue