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
No known key found for this signature in database
GPG key ID: 7CCC66B7DBDD1C83

View file

@ -604,7 +604,7 @@ static void nfc_protocol_support_scene_emulate_on_enter(NfcApp* instance) {
}
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);