mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2024-12-05 00:35:29 +00:00
ab0426d620
HiDPI cursors are twice as large as regular cursors, allowing them to be more easily seen on a HiDPI system Fixes https://gitlab.com/kicad/code/kicad/-/issues/16231
71 lines
4.4 KiB
C
71 lines
4.4 KiB
C
/* XPM */
|
|
static char const * cursor_line_graphic64_xpm[] = {
|
|
"64 64 3 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FFFFFF",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ++ ",
|
|
" ++++ ",
|
|
" ++..++ ",
|
|
" ++....++ ",
|
|
" ++.....++ ",
|
|
" ++.....++ ",
|
|
" ++....++ ",
|
|
" ++..++ ",
|
|
" ++ ++++ ",
|
|
" ++++ ++ ",
|
|
" ++..++ ",
|
|
" ++....++ ",
|
|
" ++.....++ ",
|
|
" ++.....++ ",
|
|
" ++....++ ",
|
|
" ++..++ ",
|
|
" ++ ++++ ",
|
|
" ++++ ++ ",
|
|
" ++..++ ",
|
|
" ++....++ ",
|
|
" ++.....++ ",
|
|
" ++.....++ ",
|
|
" ++....++ ",
|
|
" ++..++ ",
|
|
" ++ ++++ ",
|
|
" ++++ ++ ",
|
|
" ++..++ ",
|
|
" ++....++ ",
|
|
" ++.....++ ",
|
|
" ++.....++ ",
|
|
" ++....++ ",
|
|
" ++..++ ",
|
|
" ++++ ++++ ",
|
|
" +..+ ++ ",
|
|
" +..+ ",
|
|
" +..+ ",
|
|
" +..+ ",
|
|
" +..+ ",
|
|
" +..+ ",
|
|
" +..+ ",
|
|
" +++++++++..+++++++++ ",
|
|
" +........ ........+ ",
|
|
" +........ ........+ ",
|
|
" +++++++++..+++++++++ ",
|
|
" +..+ ",
|
|
" +..+ ",
|
|
" +..+ ",
|
|
" +..+ ",
|
|
" +..+ ",
|
|
" +..+ ",
|
|
" +..+ ",
|
|
" ++++ ",
|
|
" "};
|