diff --git a/client/src/ledger_app_clients/ethereum/settings.py b/client/src/ledger_app_clients/ethereum/settings.py index 997d9e2..5ab26d4 100644 --- a/client/src/ledger_app_clients/ethereum/settings.py +++ b/client/src/ledger_app_clients/ethereum/settings.py @@ -37,8 +37,8 @@ def get_setting_position(device: str, setting: Union[NavInsID, SettingID]) -> tu settings_per_page = get_setting_per_page(device) if device == "stax": screen_height = 672 # px - header_height = 85 # px - footer_height = 132 # px + header_height = 88 # px + footer_height = 92 # px option_offset = 350 # px else: screen_height = 600 # px