Skip to content

Commit

Permalink
nfc app: fix text box width size for emulation screen
Browse files Browse the repository at this point in the history
  • Loading branch information
gornekich committed Oct 17, 2023
1 parent 4c26790 commit 4bbda0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ static void nfc_protocol_support_scene_emulate_on_enter(NfcApp* instance) {
}

widget_add_text_box_element(
widget, 56, 28, 68, 25, AlignCenter, AlignTop, furi_string_get_cstr(temp_str), false);
widget, 56, 28, 71, 25, AlignCenter, AlignTop, furi_string_get_cstr(temp_str), false);

furi_string_free(temp_str);

Expand Down

0 comments on commit 4bbda0a

Please sign in to comment.