Skip to content

Commit b042f1d

Browse files
author
Jamie C. Driver
committed
ui: on larger displays show address strings in groups of 4 characters
1 parent 6e95410 commit b042f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/ui/confirm_address.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#if ADDRESS_STRING_GRID
1313

1414
#define ADDR_GRID_TOPPAD 12
15-
#define ADDR_GRID_X 4
15+
#define ADDR_GRID_X 5
1616
#define ADDR_GRID_Y 5
1717
#define ADDR_GRID_SIZE (ADDR_GRID_X * ADDR_GRID_Y)
1818
#define ADDR_TEXTSPLITLEN (MAX_DISPLAY_ADDRESS_LEN / ADDR_GRID_SIZE)

0 commit comments

Comments
 (0)