Skip to content

Commit 8ced836

Browse files
committed
- correct position of ">" in card emulators slot selection
1 parent 0f1e72e commit 8ced836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fw/application/src/app/chameleon/view/chameleon_view.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static void chameleon_view_on_draw(mui_view_t *p_view, mui_canvas_t *p_canvas) {
5555
x = (mui_canvas_get_width(p_canvas) - mui_canvas_get_utf8_width(p_canvas, buff)) / 2;
5656
mui_canvas_draw_utf8(p_canvas, x, y, buff);
5757
mui_canvas_draw_utf8(p_canvas, 0, y, "<");
58-
mui_canvas_draw_utf8(p_canvas, mui_canvas_get_width(p_canvas) - 8, y, ">");
58+
mui_canvas_draw_utf8(p_canvas, mui_canvas_get_width(p_canvas) - 5, y, ">");
5959

6060
mui_canvas_set_font(p_canvas, MUI_FONT_SMALL);
6161
sprintf(buff, "%s <%02x/%02x %02x>", tag_name->short_name, coll_res->sak[0], coll_res->atqa[0], coll_res->atqa[1]);

0 commit comments

Comments
 (0)