mirror of
https://github.com/lvgl/lvgl.git
synced 2025-02-04 07:13:00 +08:00
Minor update
This commit is contained in:
parent
1277a805c8
commit
2abc9b214b
@ -85,11 +85,11 @@ lv_obj_t * lv_app_notice_add(const char * format, ...)
|
|||||||
|
|
||||||
lv_obj_t * mbox;
|
lv_obj_t * mbox;
|
||||||
mbox = lv_mbox_create(notice_h, NULL);
|
mbox = lv_mbox_create(notice_h, NULL);
|
||||||
// lv_obj_set_style(mbox, lv_mboxs_get(LV_MBOXS_INFO, NULL));
|
|
||||||
lv_mbox_set_text(mbox, txt);
|
lv_mbox_set_text(mbox, txt);
|
||||||
|
lv_mbox_set_anim_close_time(mbox, LV_APP_NOTICE_CLOSE_ANIM_TIME);
|
||||||
|
|
||||||
#if LV_APP_NOTICE_SHOW_TIME != 0
|
#if LV_APP_NOTICE_SHOW_TIME != 0
|
||||||
lv_mbox_start_auto_close(mbox, LV_APP_NOTICE_SHOW_TIME, LV_APP_NOTICE_CLOSE_ANIM_TIME);
|
lv_mbox_start_auto_close(mbox, LV_APP_NOTICE_SHOW_TIME);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*Delete the last children if there are too many*/
|
/*Delete the last children if there are too many*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user