mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +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:
@@ -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