Currently, the icons on the map showing MeshCore nodes are 18x11 pixels big.
This includes two pixels "blank" space left and three pixels "blank" space right of the text.
By using a 3x5 font -- which is enough to display all hex characters -- and having only 1 pixel padding, the size of the icons could be reduced to 11x9 pixels; if the outer border also is removed (just having the background 1 pixel bigger than the writing) 9x7 pixel.
(And you could additionally omit the corner pixels of the map icon, saving a little more space and making it looking a bit more pretty (rounded).)
Saving space could make a better overview in dense areas.
Currently, the icons on the map showing MeshCore nodes are 18x11 pixels big.
This includes two pixels "blank" space left and three pixels "blank" space right of the text.
By using a 3x5 font -- which is enough to display all hex characters -- and having only 1 pixel padding, the size of the icons could be reduced to 11x9 pixels; if the outer border also is removed (just having the background 1 pixel bigger than the writing) 9x7 pixel.
(And you could additionally omit the corner pixels of the map icon, saving a little more space and making it looking a bit more pretty (rounded).)
Saving space could make a better overview in dense areas.