🔗 Symlinks of col-resize and row-resize

This commit is contained in:
ful1e5
2021-06-12 17:38:00 +05:30
parent 922bdc85c3
commit d3377a1f0f
2 changed files with 15 additions and 6 deletions
+2
View File
@@ -26,6 +26,7 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
"bottom_right_corner.png": {"xhot": 100, "yhot": 100},
"bottom_side.png": {"xhot": 100, "yhot": 100},
"center_ptr.png": {"xhot": 100, "yhot": 100},
"col-resize.png": {"xhot": 100, "yhot": 100},
"context-menu.png": {"xhot": 100, "yhot": 100},
"copy.png": {"xhot": 100, "yhot": 100},
"cross.png": {"xhot": 100, "yhot": 100},
@@ -44,6 +45,7 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = {
"plus.png": {"xhot": 100, "yhot": 100},
"question_arrow.png": {"xhot": 100, "yhot": 100},
"right_ptr.png": {"xhot": 100, "yhot": 100},
"row-resize.png": {"xhot": 100, "yhot": 100},
"right_side.png": {"xhot": 100, "yhot": 100},
"sb_down_arrow.png": {"xhot": 100, "yhot": 100},
"sb_h_double_arrow.png": {"xhot": 100, "yhot": 100},