Skip to content

Commit 5aeda68

Browse files
Merge pull request #605 from LedgerHQ/fbe/fix_tests
Fix CI for Stax 1.5.0
2 parents 5bfbacc + 9e78a40 commit 5aeda68

File tree

331 files changed

+25
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

331 files changed

+25
-9
lines changed

client/src/ledger_app_clients/ethereum/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def get_setting_position(device: str, setting: Union[NavInsID, SettingID]) -> tu
3737
settings_per_page = get_setting_per_page(device)
3838
if device == "stax":
3939
screen_height = 672 # px
40-
header_height = 85 # px
41-
footer_height = 132 # px
40+
header_height = 88 # px
41+
footer_height = 92 # px
4242
option_offset = 350 # px
4343
else:
4444
screen_height = 600 # px
382 Bytes
3.04 KB
-939 Bytes
-2.64 KB
5.7 KB
318 Bytes
6.59 KB
-9.11 KB
-1 Bytes

0 commit comments

Comments
 (0)