We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c82025 commit dfe3315Copy full SHA for dfe3315
lib_nbgl/src/nbgl_layout.c
@@ -105,7 +105,7 @@
105
#elif defined(TARGET_APEX)
106
#define RADIO_CHOICE_HEIGHT 68
107
#define BAR_INTERVALE 8
108
-#define FOOTER_BUTTON_HEIGHT 72
+#define FOOTER_BUTTON_HEIGHT 88
109
#define FOOTER_IN_PAIR_HEIGHT 60
110
#define ROUNDED_AND_FOOTER_FOOTER_HEIGHT 128
111
#define FOOTER_TEXT_AND_NAV_WIDTH 120
lib_nbgl/src/nbgl_layout_keyboard.c
@@ -98,7 +98,7 @@ enum {
98
#define TEXT_ENTRY_FONT LARGE_MEDIUM_1BPP_FONT
99
// space between number and text
100
#define NUMBER_TEXT_SPACE 4
101
-#define NUMBER_WIDTH 32
+#define NUMBER_WIDTH 40
102
#define DELETE_ICON C_Close_Tiny_24px
103
#endif // TARGETS
104
0 commit comments