Change y value for graphic asset in nfc_protocol_support.c

Set y=0 for NFC_dolphin_emulation_51x64 asset so it is coherent with the other uses of this pict.
This commit is contained in:
Kuronons
2024-04-07 12:42:23 +02:00
committed by GitHub
parent fc4bfba8a3
commit 83ef82dc9c

View File

@@ -574,7 +574,7 @@ static void nfc_protocol_support_scene_emulate_on_enter(NfcApp* instance) {
FuriString* temp_str = furi_string_alloc();
const NfcProtocol protocol = nfc_device_get_protocol(instance->nfc_device);
widget_add_icon_element(widget, 0, 3, &I_NFC_dolphin_emulation_51x64);
widget_add_icon_element(widget, 0, 0, &I_NFC_dolphin_emulation_51x64);
if(nfc_protocol_support_has_feature(protocol, NfcProtocolFeatureEmulateUid)) {
widget_add_string_element(