[FL-2463, FL-2471, FL-2472, FL-2473] Notifications, GUI elements, archive fixes #1137
This commit is contained in:
		| @@ -37,7 +37,7 @@ static void nfc_scene_emulate_uid_widget_config(Nfc* nfc, bool data_received) { | ||||
|     string_init(info_str); | ||||
|  | ||||
|     widget_add_icon_element(widget, 0, 3, &I_RFIDDolphinSend_97x61); | ||||
|     widget_add_string_element(widget, 56, 32, AlignLeft, AlignTop, FontPrimary, "Emulating UID"); | ||||
|     widget_add_string_element(widget, 89, 32, AlignCenter, AlignTop, FontPrimary, "Emulating UID"); | ||||
|     if(strcmp(nfc->dev->dev_name, "")) { | ||||
|         string_printf(info_str, "%s", nfc->dev->dev_name); | ||||
|     } else { | ||||
| @@ -47,7 +47,7 @@ static void nfc_scene_emulate_uid_widget_config(Nfc* nfc, bool data_received) { | ||||
|     } | ||||
|     string_strim(info_str); | ||||
|     widget_add_text_box_element( | ||||
|         widget, 56, 43, 70, 21, AlignLeft, AlignTop, string_get_cstr(info_str), true); | ||||
|         widget, 56, 43, 70, 21, AlignCenter, AlignTop, string_get_cstr(info_str), true); | ||||
|     string_clear(info_str); | ||||
|     if(data_received) { | ||||
|         widget_add_button_element( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user