diff --git a/src/shared_context.h b/src/shared_context.h index 85a2296..dfde37f 100644 --- a/src/shared_context.h +++ b/src/shared_context.h @@ -138,8 +138,12 @@ typedef struct txStringProperties_s { #ifdef TARGET_NANOS #define SHARED_CTX_FIELD_1_SIZE 100 #else +#ifdef SCREEN_SIZE_WALLET +#define SHARED_CTX_FIELD_1_SIZE 380 +#else #define SHARED_CTX_FIELD_1_SIZE 256 #endif +#endif #define SHARED_CTX_FIELD_2_SIZE 40 typedef struct strDataTmp_s { diff --git a/tests/ragger/snapshots/flex/test_personal_sign_opensea/00002.png b/tests/ragger/snapshots/flex/test_personal_sign_opensea/00002.png index 9469d10..5ae0764 100644 Binary files a/tests/ragger/snapshots/flex/test_personal_sign_opensea/00002.png and b/tests/ragger/snapshots/flex/test_personal_sign_opensea/00002.png differ diff --git a/tests/ragger/snapshots/flex/test_personal_sign_opensea/00003.png b/tests/ragger/snapshots/flex/test_personal_sign_opensea/00003.png index 2394aed..8a4f7ff 100644 Binary files a/tests/ragger/snapshots/flex/test_personal_sign_opensea/00003.png and b/tests/ragger/snapshots/flex/test_personal_sign_opensea/00003.png differ