Skip to content

Commit

Permalink
Remove 'localized' button
Browse files Browse the repository at this point in the history
  • Loading branch information
aido committed Sep 6, 2024
1 parent 859e2af commit 1933fa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stax/layout_generic_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ void generic_screen_configure_buttons(nbgl_button_t **buttons, const size_t size
button->radius = BUTTON_RADIUS;
button->fontId = BAGL_FONT_INTER_SEMIBOLD_24px;
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 1933fa0

Please sign in to comment.