Skip to content

Commit

Permalink
Merge pull request #736 from LedgerHQ/abo_update_sdk_21
Browse files Browse the repository at this point in the history
Flex: Fix number of suggestion buttons
  • Loading branch information
abonnaudet-ledger authored Jul 18, 2024
2 parents be3140d + 11f4a06 commit 54db4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_nbgl/include/nbgl_layout.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ extern "C" {
#define MEDIUM_CENTERING_HEADER 56
#define LONG_PRESS_BUTTON_HEIGHT 128
#else // TARGET_STAX
#define NB_MAX_SUGGESTION_BUTTONS 6
#define NB_MAX_SUGGESTION_BUTTONS 8
// only 2 buttons are visible at the same time on Flex
#define NB_MAX_VISIBLE_SUGGESTION_BUTTONS 2
#define TOUCHABLE_HEADER_BAR_HEIGHT 96
Expand Down

0 comments on commit 54db4be

Please sign in to comment.