From 9e78a402624b2016089d357d03740e25c167cbb4 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Tue, 16 Jul 2024 16:47:42 +0200 Subject: [PATCH] Fix pixel offsets for settings page for Stax in client --- client/src/ledger_app_clients/ethereum/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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