Browse Source
Eeschema: yeet wire-with-plus icon
Eeschema: yeet wire-with-plus icon
This icon was only used for auto-starting a wire, which was inconsistent with auto-starting a bus or graphic line. Also the plus sign is a little confusing as it could also be interpreted as the origin marker (which is really bottom left), which is also plus-shaped.pcb_db
5 changed files with 1 additions and 131 deletions
-
18common/gal/cursors.cpp
-
2eeschema/tools/ee_selection_tool.cpp
-
2include/gal/cursors.h
-
39resources/bitmaps_png/cursors/cursor-line-wire-add.xpm
-
71resources/bitmaps_png/cursors/cursor-line-wire-add64.xpm
@ -1,39 +0,0 @@ |
|||
/* XPM */ |
|||
static const char * cursor_line_wire_add_xpm[] = { |
|||
"32 32 4 1", |
|||
" c None", |
|||
". c #FFFFFF", |
|||
"+ c #008000", |
|||
"@ c #000000", |
|||
" ", |
|||
" ", |
|||
" ", |
|||
" ", |
|||
" .. . ", |
|||
" .++. .+. ", |
|||
" ..++.. .+++. ", |
|||
" .++++++. .+++. ", |
|||
" .++++++. .+++. ", |
|||
" ..++.. .+++. ", |
|||
" .++. .+++. ", |
|||
" .. .+++. ", |
|||
" .+++. ", |
|||
" .+++. ", |
|||
" .+++. ", |
|||
" .+++. ", |
|||
" .+++. ", |
|||
" .+++. ", |
|||
" .+++. ", |
|||
" .+++. ", |
|||
" .+++. ", |
|||
" ... .+. ", |
|||
" .@. . ", |
|||
" .@. ", |
|||
" .@. ", |
|||
".....@..... ", |
|||
".@@@@ @@@@. ", |
|||
".....@..... ", |
|||
" .@. ", |
|||
" .@. ", |
|||
" .@. ", |
|||
" ... "}; |
@ -1,71 +0,0 @@ |
|||
/* XPM */ |
|||
static char const * cursor_line_wire_add64_xpm[] = { |
|||
"64 64 4 1", |
|||
" c None", |
|||
". c #000000", |
|||
"+ c #008000", |
|||
"@ c #FFFFFF", |
|||
" ", |
|||
" ", |
|||
" ", |
|||
" ", |
|||
" ", |
|||
" ", |
|||
" ", |
|||
" ", |
|||
" ", |
|||
" @@@@ @@ ", |
|||
" @++++@ @@@@ ", |
|||
" @++++@ @@++@@ ", |
|||
" @++++@ @@++++@@ ", |
|||
" @@@@++++@@@@ @@+++++@@ ", |
|||
" @++++++++++++@ @@+++++@@ ", |
|||
" @++++++++++++@ @@+++++@@ ", |
|||
" @++++++++++++@ @@+++++@@ ", |
|||
" @++++++++++++@ @@+++++@@ ", |
|||
" @@@@++++@@@@ @@+++++@@ ", |
|||
" @++++@ @@+++++@@ ", |
|||
" @++++@ @@+++++@@ ", |
|||
" @++++@ @@+++++@@ ", |
|||
" @@@@ @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@+++++@@ ", |
|||
" @@++++@@ ", |
|||
" @@++@@ ", |
|||
" @@ @@@@ ", |
|||
" @..@ @@ ", |
|||
" @..@ ", |
|||
" @..@ ", |
|||
" @..@ ", |
|||
" @..@ ", |
|||
" @..@ ", |
|||
" @..@ ", |
|||
" @@@@@@@@..@@@@@@@@ ", |
|||
" @........ ........@ ", |
|||
" @........ ........@ ", |
|||
" @@@@@@@@..@@@@@@@@ ", |
|||
" @..@ ", |
|||
" @..@ ", |
|||
" @..@ ", |
|||
" @..@ ", |
|||
" @..@ ", |
|||
" @..@ ", |
|||
" @..@ ", |
|||
" @@ ", |
|||
" "}; |
Write
Preview
Loading…
Cancel
Save
Reference in new issue