Skip to content

Commit 9e78a40

Browse files
Fix pixel offsets for settings page for Stax in client
1 parent 8df9977 commit 9e78a40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)