mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-27 15:28:11 +00:00
fix(ui): tweak map target flag glyph
Reorder ICON_MAP_TARGET rows so the flag sits at the top of the pole rather than mid-staff, reading more clearly as a flag at mini-icon scale. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -335,10 +335,10 @@ MINI_ICON(ICON_MAP_ARROW, 5, // → distance-to-nearest-tracked-contact ind
|
||||
packRow("...#."),
|
||||
packRow("..#.."));
|
||||
MINI_ICON(ICON_MAP_TARGET, 5, // ⚑ flag on a pole — the active Locator/Nav target
|
||||
packRow("#...."),
|
||||
packRow("####."),
|
||||
packRow("#..#."),
|
||||
packRow("####."),
|
||||
packRow("#...."),
|
||||
packRow("#...."));
|
||||
|
||||
// Keyboard special-key glyphs.
|
||||
|
||||
Reference in New Issue
Block a user