mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-04 03:06:12 +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:
co-authored by
Claude Opus 4.8
parent
81f38566a6
commit
15b89e2827
@@ -335,10 +335,10 @@ MINI_ICON(ICON_MAP_ARROW, 5, // → distance-to-nearest-tracked-contact ind
|
|||||||
packRow("...#."),
|
packRow("...#."),
|
||||||
packRow("..#.."));
|
packRow("..#.."));
|
||||||
MINI_ICON(ICON_MAP_TARGET, 5, // ⚑ flag on a pole — the active Locator/Nav target
|
MINI_ICON(ICON_MAP_TARGET, 5, // ⚑ flag on a pole — the active Locator/Nav target
|
||||||
packRow("#...."),
|
|
||||||
packRow("####."),
|
packRow("####."),
|
||||||
packRow("#..#."),
|
packRow("#..#."),
|
||||||
packRow("####."),
|
packRow("####."),
|
||||||
|
packRow("#...."),
|
||||||
packRow("#...."));
|
packRow("#...."));
|
||||||
|
|
||||||
// Keyboard special-key glyphs.
|
// Keyboard special-key glyphs.
|
||||||
|
|||||||
Reference in New Issue
Block a user