1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 12:42:30 +04:00

nfc app: fix text box position and size on emulation screen

This commit is contained in:
gornekich
2024-03-21 13:14:36 +00:00
committed by MX
parent c1441b1331
commit 34fac96ef6

View File

@@ -604,7 +604,7 @@ static void nfc_protocol_support_scene_emulate_on_enter(NfcApp* instance) {
} }
widget_add_text_box_element( widget_add_text_box_element(
widget, 56, 33, 71, 25, AlignCenter, AlignTop, furi_string_get_cstr(temp_str), false); widget, 50, 33, 78, 31, AlignCenter, AlignTop, furi_string_get_cstr(temp_str), false);
furi_string_free(temp_str); furi_string_free(temp_str);