mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 15:04:19 +00:00
nfc app: fix text box position and size on emulation screen
This commit is contained in:
parent
c1441b1331
commit
34fac96ef6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue