mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
Base+WindowServer+LibGfx: Add new DragCopy Cursor
The purpose of this cursor is to indicate if a current dragged object (file, Spreadsheet cell) can be dropped onto a widget.
This commit is contained in:
parent
06102ff9af
commit
e5674d9666
10 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,7 @@ Move=move.png
|
|||
Hand=hand.x8y4.png
|
||||
Help=help.x1y1.png
|
||||
Drag=drag.png
|
||||
DragCopy=drag-copy.x7y7.png
|
||||
Wait=wait.f14t100.png
|
||||
Crosshair=crosshair.png
|
||||
Eyedropper=eyedropper.x2y2.png
|
||||
|
|
BIN
Base/res/cursor-themes/Dark/drag-copy.x7y7-2x.png
Normal file
BIN
Base/res/cursor-themes/Dark/drag-copy.x7y7-2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 467 B |
BIN
Base/res/cursor-themes/Dark/drag-copy.x7y7.png
Normal file
BIN
Base/res/cursor-themes/Dark/drag-copy.x7y7.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 B |
|
@ -13,6 +13,7 @@ Move=move.png
|
|||
Hand=hand.x8y4.png
|
||||
Help=help.x1y1.png
|
||||
Drag=drag.png
|
||||
DragCopy=drag-copy.x7y7.png
|
||||
Wait=wait.f14t100.png
|
||||
Crosshair=crosshair.png
|
||||
Eyedropper=eyedropper.x2y2.png
|
||||
|
|
BIN
Base/res/cursor-themes/Default/drag-copy.x7y7-2x.png
Normal file
BIN
Base/res/cursor-themes/Default/drag-copy.x7y7-2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 469 B |
BIN
Base/res/cursor-themes/Default/drag-copy.x7y7.png
Normal file
BIN
Base/res/cursor-themes/Default/drag-copy.x7y7.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 188 B |
Loading…
Add table
Add a link
Reference in a new issue