7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2024-12-05 00:35:29 +00:00
kicad/resources/bitmaps_png/cursors/current_probe.xpm
Seth Hillbrand ab0426d620 Detect if HiDPI cursors are needed
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
2024-05-26 07:51:15 -07:00

38 lines
1.2 KiB
C

/* XPM */
static char const* current_probe_xpm[] = {
"32 32 2 1",
" c None",
". c #000000",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" .... ",
" .. .. ",
" .. .. ",
" ... . ",
" .... . ",
" ..... .. ",
" ...... .. ",
" .. ...... .. ",
" .. ...... ",
" .. ...... ",
" .. ...... ",
" ........ ",
" ....... ",
" ...... ",
" ...... ",
" ........ ",
" ......... ",
" .. ... ",
".. .. ",
".. .. ",
".. .. ",
" . .. ",
" ...... ",
" ... "};