From 15b89e28271ffc6a7b3d180d75ef5238aa4bad49 Mon Sep 17 00:00:00 2001 From: MarekZegare4 Date: Wed, 24 Jun 2026 21:40:16 +0200 Subject: [PATCH] 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 --- examples/companion_radio/ui-new/icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/companion_radio/ui-new/icons.h b/examples/companion_radio/ui-new/icons.h index 8ce27f52..e3cbb315 100644 --- a/examples/companion_radio/ui-new/icons.h +++ b/examples/companion_radio/ui-new/icons.h @@ -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.