🖌️ Visual Chnages: Windows side cursors scale down
This commit is contained in:
@@ -22,7 +22,7 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
|
||||
"bd_double_arrow.png": {"xhot": 98, "yhot": 96},
|
||||
"bottom_left_corner.png": {"xhot": 56, "yhot": 143},
|
||||
"bottom_right_corner.png": {"xhot": 142, "yhot": 147},
|
||||
"bottom_side.png": {"xhot": 100, "yhot": 148},
|
||||
"bottom_side.png": {"xhot": 100, "yhot": 164},
|
||||
"center_ptr.png": {"xhot": 99, "yhot": 35},
|
||||
"col-resize.png": {"xhot": 100, "yhot": 100},
|
||||
"color-picker.png": {"xhot": 42, "yhot": 157},
|
||||
@@ -36,7 +36,7 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
|
||||
"hand1.png": {"xhot": 107, "yhot": 35},
|
||||
"hand2.png": {"xhot": 90, "yhot": 35},
|
||||
"left_ptr.png": {"xhot": 57, "yhot": 30},
|
||||
"left_side.png": {"xhot": 52, "yhot": 100},
|
||||
"left_side.png": {"xhot": 33, "yhot": 100},
|
||||
"link.png": {"xhot": 57, "yhot": 30},
|
||||
"move.png": {"xhot": 101, "yhot": 51},
|
||||
"pencil.png": {"xhot": 38, "yhot": 156},
|
||||
@@ -44,7 +44,7 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
|
||||
"plus.png": {"xhot": 100, "yhot": 100},
|
||||
"question_arrow.png": {"xhot": 57, "yhot": 30},
|
||||
"right_ptr.png": {"xhot": 136, "yhot": 32},
|
||||
"right_side.png": {"xhot": 147, "yhot": 100},
|
||||
"right_side.png": {"xhot": 164, "yhot": 100},
|
||||
"row-resize.png": {"xhot": 100, "yhot": 100},
|
||||
"sb_down_arrow.png": {"xhot": 100, "yhot": 160},
|
||||
"sb_h_double_arrow.png": {"xhot": 98, "yhot": 96},
|
||||
@@ -54,7 +54,7 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
|
||||
"sb_v_double_arrow.png": {"xhot": 98, "yhot": 96},
|
||||
"top_left_corner.png": {"xhot": 57, "yhot": 55},
|
||||
"top_right_corner.png": {"xhot": 142, "yhot": 55},
|
||||
"top_side.png": {"xhot": 100, "yhot": 52},
|
||||
"top_side.png": {"xhot": 100, "yhot": 35},
|
||||
"vertical-text.png": {"xhot": 100, "yhot": 100},
|
||||
"wayland-cursor.png": {"xhot": 100, "yhot": 100},
|
||||
"X_cursor.png": {"xhot": 100, "yhot": 100},
|
||||
|
||||
Reference in New Issue
Block a user