mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-03 18:56:15 +00:00
fix(ui): trim extra pixel from checkmark glyph long arm
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
7489281dc5
commit
54b53f7f0f
@@ -290,7 +290,7 @@ class QuickMsgScreen : public UIScreen {
|
||||
d.fillRect(x + 1, y + 3, 1, 1);
|
||||
d.fillRect(x + 2, y + 2, 1, 1);
|
||||
d.fillRect(x + 3, y + 1, 1, 1);
|
||||
d.fillRect(x + 4, y, 1, 2);
|
||||
d.fillRect(x + 4, y, 1, 1);
|
||||
break;
|
||||
case ACK_FAIL: // "✗" no confirmation
|
||||
for (int i = 0; i < 4; i++) {
|
||||
|
||||
Reference in New Issue
Block a user