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:
MarekZegare4
2026-06-24 21:40:16 +02:00
parent 81f38566a6
commit 15b89e2827

View File

@@ -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.