Searched refs:dialog_close_label (Results 1 – 1 of 1) sorted by relevance
62 static lv_obj_t * dialog_close_label; variable466 dialog_close_label = lv_label_create(dialog_close); in create_dialog_window()467 lv_obj_set_width(dialog_close_label, LV_SIZE_CONTENT); in create_dialog_window()468 lv_obj_set_height(dialog_close_label, LV_SIZE_CONTENT); in create_dialog_window()469 lv_obj_set_align(dialog_close_label, LV_ALIGN_CENTER); in create_dialog_window()470 lv_label_set_text(dialog_close_label, "Close"); in create_dialog_window()471 …lv_obj_set_style_text_font(dialog_close_label, &lv_font_montserrat_14, LV_PART_MAIN | LV_STATE_DEF… in create_dialog_window()