Skip to content

Commit

Permalink
[fix] Removing 'localized' button
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Sep 4, 2024
1 parent 7608c38 commit 6a7086b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nbgl/passphrase_length_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ void passphrase_length_configure_buttons(nbgl_button_t **buttons, const size_t s
button->radius = BUTTON_RADIUS;
button->fontId = SMALL_BOLD_1BPP_FONT;
button->icon = NULL;
button->localized = true;
button->obj.alignmentMarginX = 0;
button->obj.alignmentMarginY = (button->obj.area.height + 8) * i + BORDER_MARGIN;
button->obj.alignment = BOTTOM_MIDDLE;
Expand Down

0 comments on commit 6a7086b

Please sign in to comment.