mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-25 12:34:49 -04:00
🚀 Increase "Unavailiable.cur' size to 32x32
This commit is contained in:
parent
eadf06538a
commit
d1a1d29a98
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ WIN_CURSORS_CFG: Dict[str, Dict[str, str]] = {
|
||||||
"xterm.png": {"to": "IBeam", "position": "top_left"},
|
"xterm.png": {"to": "IBeam", "position": "top_left"},
|
||||||
"hand2.png": {"to": "Link", "position": "top_left"},
|
"hand2.png": {"to": "Link", "position": "top_left"},
|
||||||
"hand1.png": {"to": "Move"},
|
"hand1.png": {"to": "Move"},
|
||||||
"circle.png": {"to": "Unavailiable", "position": "top_left"},
|
"circle.png": {"to": "Unavailiable", "position": "top_left", "size": (32,32)},
|
||||||
"sb_v_double_arrow.png": {"to": "Vertical"},
|
"sb_v_double_arrow.png": {"to": "Vertical"},
|
||||||
#
|
#
|
||||||
# Animated
|
# Animated
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue